#D42EA0

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

Shades of Deep Cerise #D42EA0

Tints of Deep Cerise #D42EA0

Color information

#D42EA0 (or 0xD42EA0) is unknown color: approx Deep Cerise. HEX triplet: D4, 2E and A0. RGB value is (212,46,160). Sum of RGB (Red+Green+Blue) = 212+46+160=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D42EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42EA0 is #2BD15F. Grayscale: #6C6C6C. Windows color (decimal): -2871648 or 10497748. OLE color: 10497748.

HSL color Cylindrical-coordinate representation of color #D42EA0: hue angle of 318.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42EA0 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB21246160-
CMYK00.780.250.17
HSL318.8º65.87%50.59%-
HSV(B)318.8º78.3%83.14%-
XYZ34.4718.4935.01-
YUV108.63157201.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.72%
GREEN value IS 46 (18.36% from 255) = 11.00%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=50.72%
G=11.00%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124616000.780.250.17318.865.8750.59
HexD42EA004E191113f4233
Octal324562400116312147710263
Binary11010100101110101000000100111011001100011001111111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42EA0; }

 p { color: rgb(212,46,160); }

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

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

 a { background-color: rgb(212,46,160); }

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

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

 span { border-color: rgb(212,46,160); }

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