Html Css Color HEX #D82092 Deep Cerise

📋 copy color: '#D82092'

red 216 ◦ green 32 ◦ blue 146

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

Shades of Deep Cerise #D82092

Tints of Deep Cerise #D82092

RGB

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

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

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

R = 54.82%
G = 8.12%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D82092 (or 0xD82092) is known color: Deep Cerise. HEX triplet: D8, 20 and 92. RGB value is (216,32,146). Sum of RGB (Red+Green+Blue) = 216+32+146=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D82092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82092 is #27DF6D. Grayscale: #636363. Windows color (decimal): -2613102 or 9576664. OLE color: 9576664.

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

Color convert

RGB 216 32 146 -
CMYK 0 0.85 0.32 0.15
HSL 322.83º 0.74% 0.49% -
HSV(B) 322.83º 0.85% 0.85% -
XYZ 34.02 17.71 28.82 -
YUV 100.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 216 32 146 0 0.85 0.32 0.15 322.83 0.74 0.49
Hex D8 20 92 0 55 20 F 143 4A 31
Octal 330 40 222 0 125 40 17 503 112 61
Binary 11011000 100000 10010010 0 1010101 100000 1111 101000011 1001010 110001

Color Harmonies of #D82092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82092

Black with #D82092

Text Example


Text Example

White with #D82092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82092; }

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

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

background-color css

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

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

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

border-color css

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

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

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