Html Css Color HEX #D85489 Cranberry

📋 copy color: '#D85489'

red 216 ◦ green 84 ◦ blue 137

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

Shades of Cranberry #D85489

Tints of Cranberry #D85489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 49.43%
G = 19.22%
B = 31.35%

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

#D85489 (or 0xD85489) is known color: Cranberry. HEX triplet: D8, 54 and 89. RGB value is (216,84,137). Sum of RGB (Red+Green+Blue) = 216+84+137=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85489 is #27AB76. Grayscale: #818181. Windows color (decimal): -2599799 or 9000152. OLE color: 9000152.

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

Color convert

RGB 216 84 137 -
CMYK 0 0.61 0.37 0.15
HSL 335.91º 0.63% 0.59% -
HSV(B) 335.91º 0.61% 0.85% -
XYZ 36 22.75 26.16 -
YUV 129.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 216 84 137 0 0.61 0.37 0.15 335.91 0.63 0.59
Hex D8 54 89 0 3D 25 F 150 3F 3B
Octal 330 124 211 0 75 45 17 520 77 73
Binary 11011000 1010100 10001001 0 111101 100101 1111 101010000 111111 111011

Color Harmonies of #D85489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85489

Black with #D85489

Text Example


Text Example

White with #D85489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85489; }

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

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

background-color css

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

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

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

border-color css

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

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

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