Html Css Color HEX #D82491 Deep Cerise

📋 copy color: '#D82491'

red 216 ◦ green 36 ◦ blue 145

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

Shades of Deep Cerise #D82491

Tints of Deep Cerise #D82491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

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

R = 54.41%
G = 9.07%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D82491 (or 0xD82491) is known color: Deep Cerise. HEX triplet: D8, 24 and 91. RGB value is (216,36,145). Sum of RGB (Red+Green+Blue) = 216+36+145=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D82491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82491 is #27DB6E. Grayscale: #656565. Windows color (decimal): -2612079 or 9512152. OLE color: 9512152.

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

Color convert

RGB 216 36 145 -
CMYK 0 0.83 0.33 0.15
HSL 323.67º 0.71% 0.49% -
HSV(B) 323.67º 0.83% 0.85% -
XYZ 34.06 17.91 28.45 -
YUV 102.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 216 36 145 0 0.83 0.33 0.15 323.67 0.71 0.49
Hex D8 24 91 0 53 21 F 144 47 31
Octal 330 44 221 0 123 41 17 504 107 61
Binary 11011000 100100 10010001 0 1010011 100001 1111 101000100 1000111 110001

Color Harmonies of #D82491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82491

Black with #D82491

Text Example


Text Example

White with #D82491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82491; }

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

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

background-color css

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

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

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

border-color css

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

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

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