Html Css Color HEX #D85F78 Cranberry

📋 copy color: '#D85F78'

red 216 ◦ green 95 ◦ blue 120

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

Shades of Cranberry #D85F78

Tints of Cranberry #D85F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

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

R = 50.12%
G = 22.04%
B = 27.84%

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

#D85F78 (or 0xD85F78) is known color: Cranberry. HEX triplet: D8, 5F and 78. RGB value is (216,95,120). Sum of RGB (Red+Green+Blue) = 216+95+120=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F78 is #27A087. Grayscale: #868686. Windows color (decimal): -2597000 or 7888856. OLE color: 7888856.

HSL color Cylindrical-coordinate representation of color #D85F78: hue angle of 347.6º 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 #D85F78 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 120 -
CMYK 0 0.56 0.44 0.15
HSL 347.6º 0.61% 0.61% -
HSV(B) 347.6º 0.56% 0.85% -
XYZ 35.8 24.14 20.54 -
YUV 134.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 216 95 120 0 0.56 0.44 0.15 347.6 0.61 0.61
Hex D8 5F 78 0 38 2C F 15C 3D 3D
Octal 330 137 170 0 70 54 17 534 75 75
Binary 11011000 1011111 1111000 0 111000 101100 1111 101011100 111101 111101

Color Harmonies of #D85F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F78

Black with #D85F78

Text Example


Text Example

White with #D85F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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