Html Css Color HEX #D85589 Cranberry

📋 copy color: '#D85589'

red 216 ◦ green 85 ◦ blue 137

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

Shades of Cranberry #D85589

Tints of Cranberry #D85589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 137 (53.91% from 255) = 31.28%

R = 49.32%
G = 19.41%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85589 (or 0xD85589) is known color: Cranberry. HEX triplet: D8, 55 and 89. RGB value is (216,85,137). Sum of RGB (Red+Green+Blue) = 216+85+137=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85589 is #27AA76. Grayscale: #828282. Windows color (decimal): -2599543 or 9000408. OLE color: 9000408.

HSL color Cylindrical-coordinate representation of color #D85589: hue angle of 336.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85589 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 137 -
CMYK 0 0.61 0.37 0.15
HSL 336.18º 0.63% 0.59% -
HSV(B) 336.18º 0.61% 0.85% -
XYZ 36.08 22.9 26.19 -
YUV 130.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 216 85 137 0 0.61 0.37 0.15 336.18 0.63 0.59
Hex D8 55 89 0 3D 25 F 150 3F 3B
Octal 330 125 211 0 75 45 17 520 77 73
Binary 11011000 1010101 10001001 0 111101 100101 1111 101010000 111111 111011

Color Harmonies of #D85589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85589

Black with #D85589

Text Example


Text Example

White with #D85589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85589; }

 p { color: rgb(216,85,137); }

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

background-color css

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

 a { background-color: rgb(216,85,137); }

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

border-color css

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

 span { border-color: rgb(216,85,137); }

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