Html Css Color HEX #D85976 Cranberry

📋 copy color: '#D85976'

red 216 ◦ green 89 ◦ blue 118

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

Shades of Cranberry #D85976

Tints of Cranberry #D85976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 51.06%
G = 21.04%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D85976 (or 0xD85976) is known color: Cranberry. HEX triplet: D8, 59 and 76. RGB value is (216,89,118). Sum of RGB (Red+Green+Blue) = 216+89+118=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85976 is #27A689. Grayscale: #828282. Windows color (decimal): -2598538 or 7756248. OLE color: 7756248.

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

Color convert

RGB 216 89 118 -
CMYK 0 0.59 0.45 0.15
HSL 346.3º 0.62% 0.6% -
HSV(B) 346.3º 0.59% 0.85% -
XYZ 35.16 23.05 19.74 -
YUV 130.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 216 89 118 0 0.59 0.45 0.15 346.3 0.62 0.6
Hex D8 59 76 0 3B 2D F 15A 3E 3C
Octal 330 131 166 0 73 55 17 532 76 74
Binary 11011000 1011001 1110110 0 111011 101101 1111 101011010 111110 111100

Color Harmonies of #D85976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85976

Black with #D85976

Text Example


Text Example

White with #D85976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85976; }

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

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

background-color css

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

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

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

border-color css

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

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

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