Html Css Color HEX #D85978 Cranberry

📋 copy color: '#D85978'

red 216 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #D85978

Tints of Cranberry #D85978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 50.82%
G = 20.94%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D85978 (or 0xD85978) is known color: Cranberry. HEX triplet: D8, 59 and 78. RGB value is (216,89,120). Sum of RGB (Red+Green+Blue) = 216+89+120=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D85978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85978 is #27A687. Grayscale: #828282. Windows color (decimal): -2598536 or 7887320. OLE color: 7887320.

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

Color convert

RGB 216 89 120 -
CMYK 0 0.59 0.44 0.15
HSL 345.35º 0.62% 0.6% -
HSV(B) 345.35º 0.59% 0.85% -
XYZ 35.28 23.1 20.37 -
YUV 130.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 216 89 120 0 0.59 0.44 0.15 345.35 0.62 0.6
Hex D8 59 78 0 3B 2C F 159 3E 3C
Octal 330 131 170 0 73 54 17 531 76 74
Binary 11011000 1011001 1111000 0 111011 101100 1111 101011001 111110 111100

Color Harmonies of #D85978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85978

Black with #D85978

Text Example


Text Example

White with #D85978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85978; }

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

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

background-color css

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

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

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

border-color css

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

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

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