Html Css Color HEX #D82492 Deep Cerise

📋 copy color: '#D82492'

red 216 ◦ green 36 ◦ blue 146

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

Shades of Deep Cerise #D82492

Tints of Deep Cerise #D82492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 54.27%
G = 9.05%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D82492 (or 0xD82492) is known color: Deep Cerise. HEX triplet: D8, 24 and 92. RGB value is (216,36,146). Sum of RGB (Red+Green+Blue) = 216+36+146=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D82492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82492 is #27DB6D. Grayscale: #666666. Windows color (decimal): -2612078 or 9577688. OLE color: 9577688.

HSL color Cylindrical-coordinate representation of color #D82492: hue angle of 323.33º 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 #D82492 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 36 146 -
CMYK 0 0.83 0.32 0.15
HSL 323.33º 0.71% 0.49% -
HSV(B) 323.33º 0.83% 0.85% -
XYZ 34.14 17.94 28.86 -
YUV 102.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 216 36 146 0 0.83 0.32 0.15 323.33 0.71 0.49
Hex D8 24 92 0 53 20 F 143 47 31
Octal 330 44 222 0 123 40 17 503 107 61
Binary 11011000 100100 10010010 0 1010011 100000 1111 101000011 1000111 110001

Color Harmonies of #D82492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82492

Black with #D82492

Text Example


Text Example

White with #D82492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82492; }

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

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

background-color css

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

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

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

border-color css

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

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

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