#D42882

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

Shades of Deep Cerise #D42882

Tints of Deep Cerise #D42882

Color information

#D42882 (or 0xD42882) is unknown color: approx Deep Cerise. HEX triplet: D4, 28 and 82. RGB value is (212,40,130). Sum of RGB (Red+Green+Blue) = 212+40+130=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D42882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42882 is #2BD77D. Grayscale: #656565. Windows color (decimal): -2873214 or 8530132. OLE color: 8530132.

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

Color convert

RGB21240130-
CMYK00.810.390.17
HSL328.6º68.25%49.41%-
HSV(B)328.6º81.13%83.14%-
XYZ31.9417.1322.74-
YUV101.69143.98206.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 40 (16.02% from 255) = 10.47%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=55.50%
G=10.47%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124013000.810.390.17328.668.2549.41
HexD4288205127111494431
Octal324502020121472151110461
Binary110101001010001000001001010001100111100011010010011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42882; }

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

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

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

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

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

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

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

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