Html Css Color HEX #D82391 Deep Cerise

📋 copy color: '#D82391'

red 216 ◦ green 35 ◦ blue 145

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

Shades of Deep Cerise #D82391

Tints of Deep Cerise #D82391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.84%

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

R = 54.55%
G = 8.84%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D82391 (or 0xD82391) is known color: Deep Cerise. HEX triplet: D8, 23 and 91. RGB value is (216,35,145). Sum of RGB (Red+Green+Blue) = 216+35+145=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D82391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82391 is #27DC6E. Grayscale: #656565. Windows color (decimal): -2612335 or 9511896. OLE color: 9511896.

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

Color convert

RGB 216 35 145 -
CMYK 0 0.84 0.33 0.15
HSL 323.54º 0.72% 0.49% -
HSV(B) 323.54º 0.84% 0.85% -
XYZ 34.03 17.85 28.44 -
YUV 101.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 216 35 145 0 0.84 0.33 0.15 323.54 0.72 0.49
Hex D8 23 91 0 54 21 F 144 48 31
Octal 330 43 221 0 124 41 17 504 110 61
Binary 11011000 100011 10010001 0 1010100 100001 1111 101000100 1001000 110001

Color Harmonies of #D82391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82391

Black with #D82391

Text Example


Text Example

White with #D82391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82391; }

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

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

background-color css

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

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

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

border-color css

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

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

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