Html Css Color HEX #D85776 Cranberry

📋 copy color: '#D85776'

red 216 ◦ green 87 ◦ blue 118

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

Shades of Cranberry #D85776

Tints of Cranberry #D85776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

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

R = 51.31%
G = 20.67%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D85776 (or 0xD85776) is known color: Cranberry. HEX triplet: D8, 57 and 76. RGB value is (216,87,118). Sum of RGB (Red+Green+Blue) = 216+87+118=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85776 is #27A889. Grayscale: #818181. Windows color (decimal): -2599050 or 7755736. OLE color: 7755736.

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

Color convert

RGB 216 87 118 -
CMYK 0 0.60 0.45 0.15
HSL 345.58º 0.62% 0.59% -
HSV(B) 345.58º 0.6% 0.85% -
XYZ 35 22.72 19.68 -
YUV 129.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 216 87 118 0 0.60 0.45 0.15 345.58 0.62 0.59
Hex D8 57 76 0 3C 2D F 15A 3E 3B
Octal 330 127 166 0 74 55 17 532 76 73
Binary 11011000 1010111 1110110 0 111100 101101 1111 101011010 111110 111011

Color Harmonies of #D85776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85776

Black with #D85776

Text Example


Text Example

White with #D85776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85776; }

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

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

background-color css

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

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

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

border-color css

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

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

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