#d42392

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

Shades of Deep Cerise #D42392

Tints of Deep Cerise #D42392

Color information

#D42392 (or 0xD42392) is unknown color: approx Deep Cerise. HEX triplet: D4, 23 and 92. RGB value is (212,35,146). Sum of RGB (Red+Green+Blue) = 212+35+146=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D42392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42392 is #2BDC6D. Grayscale: #646464. Windows color (decimal): -2874478 or 9577428. OLE color: 9577428.

HSL color Cylindrical-coordinate representation of color #D42392: hue angle of 322.37º 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 #D42392 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB21235146-
CMYK00.830.310.17
HSL322.37º71.66%48.43%-
HSV(B)322.37º83.49%83.14%-
XYZ32.9417.2728.79-
YUV100.58153.64207.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 35 (14.06% from 255) = 8.91%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=53.94%
G=8.91%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123514600.830.310.17322.3771.6648.43
HexD423920531F111424830
Octal324432220123372150211060
Binary11010100100011100100100101001111111100011010000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d42392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d42392; }

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

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

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

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

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

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

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

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