Html Css Color HEX #D85687 Cranberry

📋 copy color: '#D85687'

red 216 ◦ green 86 ◦ blue 135

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

Shades of Cranberry #D85687

Tints of Cranberry #D85687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 49.43%
G = 19.68%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85687 (or 0xD85687) is known color: Cranberry. HEX triplet: D8, 56 and 87. RGB value is (216,86,135). Sum of RGB (Red+Green+Blue) = 216+86+135=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85687 is #27A978. Grayscale: #828282. Windows color (decimal): -2599289 or 8869592. OLE color: 8869592.

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

Color convert

RGB 216 86 135 -
CMYK 0 0.60 0.38 0.15
HSL 337.38º 0.63% 0.59% -
HSV(B) 337.38º 0.6% 0.85% -
XYZ 36.02 23 25.46 -
YUV 130.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 216 86 135 0 0.60 0.38 0.15 337.38 0.63 0.59
Hex D8 56 87 0 3C 26 F 151 3E 3B
Octal 330 126 207 0 74 46 17 521 76 73
Binary 11011000 1010110 10000111 0 111100 100110 1111 101010001 111110 111011

Color Harmonies of #D85687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85687

Black with #D85687

Text Example


Text Example

White with #D85687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85687; }

 p { color: rgb(216,86,135); }

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

background-color css

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

 a { background-color: rgb(216,86,135); }

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

border-color css

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

 span { border-color: rgb(216,86,135); }

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