#D82379

Color #D82379 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D82379

Tints of Deep Cerise #D82379

Color information

#D82379 (or 0xD82379) is unknown color: approx Deep Cerise. HEX triplet: D8, 23 and 79. RGB value is (216,35,121). Sum of RGB (Red+Green+Blue) = 216+35+121=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D82379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82379 is #27DC86. Grayscale: #626262. Windows color (decimal): -2612359 or 7939032. OLE color: 7939032.

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

Color convert

RGB21635121-
CMYK00.840.440.15
HSL331.49º72.11%49.22%-
HSV(B)331.49º83.8%84.71%-
XYZ32.3717.1819.7-
YUV98.92140.47211.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.06%
GREEN value IS 35 (14.06% from 255) = 9.41%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=58.06%
G=9.41%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163512100.840.440.15331.4972.1149.22
HexD823790542CF14b4831
Octal330431710124541751311061
Binary1101100010001111110010101010010110011111010010111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82379; }

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

 H1.HeaderClassName
 {
   color: #D82379;
 }
 .AnyTagClassName
 {
   color: #D82379;
 }
</style>
background-color css

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

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

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

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

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

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