Html Css Color HEX #D85686 Cranberry

📋 copy color: '#D85686'

red 216 ◦ green 86 ◦ blue 134

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

Shades of Cranberry #D85686

Tints of Cranberry #D85686

RGB

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

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

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

R = 49.54%
G = 19.72%
B = 30.73%

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

#D85686 (or 0xD85686) is known color: Cranberry. HEX triplet: D8, 56 and 86. RGB value is (216,86,134). Sum of RGB (Red+Green+Blue) = 216+86+134=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D85686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85686 is #27A979. Grayscale: #828282. Windows color (decimal): -2599290 or 8804056. OLE color: 8804056.

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

Color convert

RGB 216 86 134 -
CMYK 0 0.60 0.38 0.15
HSL 337.85º 0.63% 0.59% -
HSV(B) 337.85º 0.6% 0.85% -
XYZ 35.95 22.98 25.09 -
YUV 130.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 216 86 134 0 0.60 0.38 0.15 337.85 0.63 0.59
Hex D8 56 86 0 3C 26 F 152 3E 3B
Octal 330 126 206 0 74 46 17 522 76 73
Binary 11011000 1010110 10000110 0 111100 100110 1111 101010010 111110 111011

Color Harmonies of #D85686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85686

Black with #D85686

Text Example


Text Example

White with #D85686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85686; }

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

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

background-color css

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

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

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

border-color css

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

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

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