Html Css Color HEX #D82091 Deep Cerise

📋 copy color: '#D82091'

red 216 ◦ green 32 ◦ blue 145

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

Shades of Deep Cerise #D82091

Tints of Deep Cerise #D82091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.14%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 54.96%
G = 8.14%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D82091 (or 0xD82091) is known color: Deep Cerise. HEX triplet: D8, 20 and 91. RGB value is (216,32,145). Sum of RGB (Red+Green+Blue) = 216+32+145=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D82091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82091 is #27DF6E. Grayscale: #636363. Windows color (decimal): -2613103 or 9511128. OLE color: 9511128.

HSL color Cylindrical-coordinate representation of color #D82091: hue angle of 323.15º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82091 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 145 -
CMYK 0 0.85 0.33 0.15
HSL 323.15º 0.74% 0.49% -
HSV(B) 323.15º 0.85% 0.85% -
XYZ 33.95 17.68 28.41 -
YUV 99.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 216 32 145 0 0.85 0.33 0.15 323.15 0.74 0.49
Hex D8 20 91 0 55 21 F 143 4A 31
Octal 330 40 221 0 125 41 17 503 112 61
Binary 11011000 100000 10010001 0 1010101 100001 1111 101000011 1001010 110001

Color Harmonies of #D82091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82091

Black with #D82091

Text Example


Text Example

White with #D82091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82091; }

 p { color: rgb(216,32,145); }

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

background-color css

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

 a { background-color: rgb(216,32,145); }

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

border-color css

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

 span { border-color: rgb(216,32,145); }

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