Html Css Color HEX #D85B86 Cranberry

📋 copy color: '#D85B86'

red 216 ◦ green 91 ◦ blue 134

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

Shades of Cranberry #D85B86

Tints of Cranberry #D85B86

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

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

R = 48.98%
G = 20.63%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85B86 (or 0xD85B86) is known color: Cranberry. HEX triplet: D8, 5B and 86. RGB value is (216,91,134). Sum of RGB (Red+Green+Blue) = 216+91+134=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B86 is #27A479. Grayscale: #858585. Windows color (decimal): -2598010 or 8805336. OLE color: 8805336.

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

Color convert

RGB 216 91 134 -
CMYK 0 0.58 0.38 0.15
HSL 339.36º 0.62% 0.6% -
HSV(B) 339.36º 0.58% 0.85% -
XYZ 36.36 23.8 25.23 -
YUV 133.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 216 91 134 0 0.58 0.38 0.15 339.36 0.62 0.6
Hex D8 5B 86 0 3A 26 F 153 3E 3C
Octal 330 133 206 0 72 46 17 523 76 74
Binary 11011000 1011011 10000110 0 111010 100110 1111 101010011 111110 111100

Color Harmonies of #D85B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B86

Black with #D85B86

Text Example


Text Example

White with #D85B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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