Html Css Color HEX #D85772 Cranberry

📋 copy color: '#D85772'

red 216 ◦ green 87 ◦ blue 114

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

Shades of Cranberry #D85772

Tints of Cranberry #D85772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 51.8%
G = 20.86%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85772 (or 0xD85772) is known color: Cranberry. HEX triplet: D8, 57 and 72. RGB value is (216,87,114). Sum of RGB (Red+Green+Blue) = 216+87+114=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85772 is #27A88D. Grayscale: #808080. Windows color (decimal): -2599054 or 7493592. OLE color: 7493592.

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

Color convert

RGB 216 87 114 -
CMYK 0 0.60 0.47 0.15
HSL 347.44º 0.62% 0.59% -
HSV(B) 347.44º 0.6% 0.85% -
XYZ 34.76 22.63 18.46 -
YUV 128.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 216 87 114 0 0.60 0.47 0.15 347.44 0.62 0.59
Hex D8 57 72 0 3C 2F F 15B 3E 3B
Octal 330 127 162 0 74 57 17 533 76 73
Binary 11011000 1010111 1110010 0 111100 101111 1111 101011011 111110 111011

Color Harmonies of #D85772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85772

Black with #D85772

Text Example


Text Example

White with #D85772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85772; }

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

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

background-color css

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

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

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

border-color css

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

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

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