#d42b7c

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

Shades of Deep Cerise #D42B7C

Tints of Deep Cerise #D42B7C

Color information

#D42B7C (or 0xD42B7C) is unknown color: approx Deep Cerise. HEX triplet: D4, 2B and 7C. RGB value is (212,43,124). Sum of RGB (Red+Green+Blue) = 212+43+124=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B7C is #2BD483. Grayscale: #666666. Windows color (decimal): -2872452 or 8137684. OLE color: 8137684.

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

Color convert

RGB21243124-
CMYK00.800.420.17
HSL331.24º66.27%50%-
HSV(B)331.24º79.72%83.14%-
XYZ31.6517.1820.72-
YUV102.76139.99205.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.94%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=55.94%
G=11.35%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124312400.800.420.17331.2466.2750
HexD42B7C0502A1114b4232
Octal324531740120522151310262
Binary11010100101011111110001010000101010100011010010111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d42b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d42b7c; }

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

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

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

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

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

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

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

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