Html Css Color HEX #D85089 Cranberry

📋 copy color: '#D85089'

red 216 ◦ green 80 ◦ blue 137

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

Shades of Cranberry #D85089

Tints of Cranberry #D85089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

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

R = 49.88%
G = 18.48%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85089 (or 0xD85089) is known color: Cranberry. HEX triplet: D8, 50 and 89. RGB value is (216,80,137). Sum of RGB (Red+Green+Blue) = 216+80+137=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85089 is #27AF76. Grayscale: #7F7F7F. Windows color (decimal): -2600823 or 8999128. OLE color: 8999128.

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

Color convert

RGB 216 80 137 -
CMYK 0 0.63 0.37 0.15
HSL 334.85º 0.64% 0.58% -
HSV(B) 334.85º 0.63% 0.85% -
XYZ 35.7 22.14 26.06 -
YUV 127.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 216 80 137 0 0.63 0.37 0.15 334.85 0.64 0.58
Hex D8 50 89 0 3F 25 F 14F 40 3A
Octal 330 120 211 0 77 45 17 517 100 72
Binary 11011000 1010000 10001001 0 111111 100101 1111 101001111 1000000 111010

Color Harmonies of #D85089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85089

Black with #D85089

Text Example


Text Example

White with #D85089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85089; }

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

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

background-color css

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

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

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

border-color css

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

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

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