Html Css Color HEX #D84171 Cranberry

📋 copy color: '#D84171'

red 216 ◦ green 65 ◦ blue 113

#D84171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D84171

Tints of Cranberry #D84171

RGB

 RED value IS 216 (84.77% from 255) = 54.82%

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 54.82%
G = 16.5%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D84171 (or 0xD84171) is known color: Cranberry. HEX triplet: D8, 41 and 71. RGB value is (216,65,113). Sum of RGB (Red+Green+Blue) = 216+65+113=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D84171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84171 is #27BE8E. Grayscale: #737373. Windows color (decimal): -2604687 or 7422424. OLE color: 7422424.

HSL color Cylindrical-coordinate representation of color #D84171: hue angle of 340.93º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84171 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 113 -
CMYK 0 0.70 0.48 0.15
HSL 340.93º 0.66% 0.55% -
HSV(B) 340.93º 0.7% 0.85% -
XYZ 33.19 19.57 17.65 -
YUV 115.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 216 65 113 0 0.70 0.48 0.15 340.93 0.66 0.55
Hex D8 41 71 0 46 30 F 155 42 37
Octal 330 101 161 0 106 60 17 525 102 67
Binary 11011000 1000001 1110001 0 1000110 110000 1111 101010101 1000010 110111

Color Harmonies of #D84171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84171

Black with #D84171

Text Example


Text Example

White with #D84171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84171; }

 p { color: rgb(216,65,113); }

 H1.HeaderClassName
 {
   color: #D84171;
 }
 .AnyTagClassName
 {
   color: #D84171;
 }
</style>

background-color css

<style>
 a { background-color: #D84171; }

 a { background-color: rgb(216,65,113); }

 div.DivClassName
 {
   background-color: #D84171;
 }
 .BgClassName
 {
   background-color: #D84171;
 }
</style>

border-color css

<style>
 span { border-color: #D84171; }

 span { border-color: rgb(216,65,113); }

 td.TdClassName
 {
   border-color: #D84171;
 }
 .TagClassName
 {
   border-color: #D84171;
 }
</style>