Html Css Color HEX #D85E78 Cranberry

📋 copy color: '#D85E78'

red 216 ◦ green 94 ◦ blue 120

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

Shades of Cranberry #D85E78

Tints of Cranberry #D85E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 50.23%
G = 21.86%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85E78 (or 0xD85E78) is known color: Cranberry. HEX triplet: D8, 5E and 78. RGB value is (216,94,120). Sum of RGB (Red+Green+Blue) = 216+94+120=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E78 is #27A187. Grayscale: #858585. Windows color (decimal): -2597256 or 7888600. OLE color: 7888600.

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

Color convert

RGB 216 94 120 -
CMYK 0 0.56 0.44 0.15
HSL 347.21º 0.61% 0.61% -
HSV(B) 347.21º 0.56% 0.85% -
XYZ 35.71 23.96 20.51 -
YUV 133.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 216 94 120 0 0.56 0.44 0.15 347.21 0.61 0.61
Hex D8 5E 78 0 38 2C F 15B 3D 3D
Octal 330 136 170 0 70 54 17 533 75 75
Binary 11011000 1011110 1111000 0 111000 101100 1111 101011011 111101 111101

Color Harmonies of #D85E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E78

Black with #D85E78

Text Example


Text Example

White with #D85E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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