#D42D92

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

Shades of Deep Cerise #D42D92

Tints of Deep Cerise #D42D92

Color information

#D42D92 (or 0xD42D92) is unknown color: approx Deep Cerise. HEX triplet: D4, 2D and 92. RGB value is (212,45,146). Sum of RGB (Red+Green+Blue) = 212+45+146=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42D92 is #2BD26D. Grayscale: #6A6A6A. Windows color (decimal): -2871918 or 9579988. OLE color: 9579988.

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

Color convert

RGB21245146-
CMYK00.790.310.17
HSL323.71º66.01%50.39%-
HSV(B)323.71º78.77%83.14%-
XYZ33.2817.9528.9-
YUV106.45150.33203.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=52.61%
G=11.17%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124514600.790.310.17323.7166.0150.39
HexD42D9204F1F111444232
Octal324552220117372150410262
Binary11010100101101100100100100111111111100011010001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D92; }

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

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

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

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

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

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

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

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