#D42382

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

Shades of Deep Cerise #D42382

Tints of Deep Cerise #D42382

Color information

#D42382 (or 0xD42382) is unknown color: approx Deep Cerise. HEX triplet: D4, 23 and 82. RGB value is (212,35,130). Sum of RGB (Red+Green+Blue) = 212+35+130=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D42382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42382 is #2BDC7D. Grayscale: #626262. Windows color (decimal): -2874494 or 8528852. OLE color: 8528852.

HSL color Cylindrical-coordinate representation of color #D42382: hue angle of 327.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42382 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21235130-
CMYK00.830.390.17
HSL327.8º71.66%48.43%-
HSV(B)327.8º83.49%83.14%-
XYZ31.7816.8122.69-
YUV98.75145.64208.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 35 (14.06% from 255) = 9.28%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=56.23%
G=9.28%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123513000.830.390.17327.871.6648.43
HexD4238205327111484830
Octal324432020123472151011060
Binary110101001000111000001001010011100111100011010010001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42382; }

 p { color: rgb(212,35,130); }

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

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

 a { background-color: rgb(212,35,130); }

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

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

 span { border-color: rgb(212,35,130); }

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