Html Css Color HEX #D86178 Cranberry

📋 copy color: '#D86178'

red 216 ◦ green 97 ◦ blue 120

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

Shades of Cranberry #D86178

Tints of Cranberry #D86178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.4%

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 49.88%
G = 22.4%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D86178 (or 0xD86178) is known color: Cranberry. HEX triplet: D8, 61 and 78. RGB value is (216,97,120). Sum of RGB (Red+Green+Blue) = 216+97+120=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D86178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86178 is #279E87. Grayscale: #878787. Windows color (decimal): -2596488 or 7889368. OLE color: 7889368.

HSL color Cylindrical-coordinate representation of color #D86178: hue angle of 348.4º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86178 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 120 -
CMYK 0 0.55 0.44 0.15
HSL 348.4º 0.6% 0.61% -
HSV(B) 348.4º 0.55% 0.85% -
XYZ 35.98 24.5 20.6 -
YUV 135.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 216 97 120 0 0.55 0.44 0.15 348.4 0.6 0.61
Hex D8 61 78 0 37 2C F 15C 3C 3D
Octal 330 141 170 0 67 54 17 534 74 75
Binary 11011000 1100001 1111000 0 110111 101100 1111 101011100 111100 111101

Color Harmonies of #D86178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86178

Black with #D86178

Text Example


Text Example

White with #D86178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86178; }

 p { color: rgb(216,97,120); }

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

background-color css

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

 a { background-color: rgb(216,97,120); }

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

border-color css

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

 span { border-color: rgb(216,97,120); }

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