Html Css Color HEX #D82291 Deep Cerise

📋 copy color: '#D82291'

red 216 ◦ green 34 ◦ blue 145

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

Shades of Deep Cerise #D82291

Tints of Deep Cerise #D82291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

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

R = 54.68%
G = 8.61%
B = 36.71%

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

#D82291 (or 0xD82291) is known color: Deep Cerise. HEX triplet: D8, 22 and 91. RGB value is (216,34,145). Sum of RGB (Red+Green+Blue) = 216+34+145=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D82291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82291 is #27DD6E. Grayscale: #646464. Windows color (decimal): -2612591 or 9511640. OLE color: 9511640.

HSL color Cylindrical-coordinate representation of color #D82291: hue angle of 323.41º degrees, saturation: 0.73, 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 #D82291 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 145 -
CMYK 0 0.84 0.33 0.15
HSL 323.41º 0.73% 0.49% -
HSV(B) 323.41º 0.84% 0.85% -
XYZ 34 17.79 28.43 -
YUV 101.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 216 34 145 0 0.84 0.33 0.15 323.41 0.73 0.49
Hex D8 22 91 0 54 21 F 143 49 31
Octal 330 42 221 0 124 41 17 503 111 61
Binary 11011000 100010 10010001 0 1010100 100001 1111 101000011 1001001 110001

Color Harmonies of #D82291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82291

Black with #D82291

Text Example


Text Example

White with #D82291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82291; }

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

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

background-color css

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

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

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

border-color css

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

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

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