#D42B8F

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

Shades of Deep Cerise #D42B8F

Tints of Deep Cerise #D42B8F

Color information

#D42B8F (or 0xD42B8F) is unknown color: approx Deep Cerise. HEX triplet: D4, 2B and 8F. RGB value is (212,43,143). Sum of RGB (Red+Green+Blue) = 212+43+143=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42B8F is #2BD470. Grayscale: #686868. Windows color (decimal): -2872433 or 9382868. OLE color: 9382868.

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

Color convert

RGB21243143-
CMYK00.800.330.17
HSL324.5º66.27%50%-
HSV(B)324.5º79.72%83.14%-
XYZ32.9717.7127.67-
YUV104.93149.49204.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=53.27%
G=10.80%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124314300.800.330.17324.566.2750
HexD42B8F05021111444232
Octal324532170120412150410262
Binary110101001010111000111101010000100001100011010001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42B8F; }

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

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

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

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

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

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

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

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