#D42B90

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

Shades of Deep Cerise #D42B90

Tints of Deep Cerise #D42B90

Color information

#D42B90 (or 0xD42B90) is unknown color: approx Deep Cerise. HEX triplet: D4, 2B and 90. RGB value is (212,43,144). Sum of RGB (Red+Green+Blue) = 212+43+144=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42B90 is #2BD46F. Grayscale: #686868. Windows color (decimal): -2872432 or 9448404. OLE color: 9448404.

HSL color Cylindrical-coordinate representation of color #D42B90: hue angle of 324.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B90 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21243144-
CMYK00.800.320.17
HSL324.14º66.27%50%-
HSV(B)324.14º79.72%83.14%-
XYZ33.0517.7428.07-
YUV105.04149.99204.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=53.13%
G=10.78%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124314400.800.320.17324.1466.2750
HexD42B9005020111444232
Octal324532200120402150410262
Binary110101001010111001000001010000100000100011010001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42B90; }

 p { color: rgb(212,43,144); }

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

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

 a { background-color: rgb(212,43,144); }

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

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

 span { border-color: rgb(212,43,144); }

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