Html Css Color HEX #D85986 Cranberry

📋 copy color: '#D85986'

red 216 ◦ green 89 ◦ blue 134

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

Shades of Cranberry #D85986

Tints of Cranberry #D85986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 49.2%
G = 20.27%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85986 (or 0xD85986) is known color: Cranberry. HEX triplet: D8, 59 and 86. RGB value is (216,89,134). Sum of RGB (Red+Green+Blue) = 216+89+134=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D85986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85986 is #27A679. Grayscale: #848484. Windows color (decimal): -2598522 or 8804824. OLE color: 8804824.

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

Color convert

RGB 216 89 134 -
CMYK 0 0.59 0.38 0.15
HSL 338.74º 0.62% 0.6% -
HSV(B) 338.74º 0.59% 0.85% -
XYZ 36.19 23.46 25.18 -
YUV 132.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 216 89 134 0 0.59 0.38 0.15 338.74 0.62 0.6
Hex D8 59 86 0 3B 26 F 153 3E 3C
Octal 330 131 206 0 73 46 17 523 76 74
Binary 11011000 1011001 10000110 0 111011 100110 1111 101010011 111110 111100

Color Harmonies of #D85986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85986

Black with #D85986

Text Example


Text Example

White with #D85986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85986; }

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

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

background-color css

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

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

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

border-color css

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

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

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