#D42388

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

Shades of Deep Cerise #D42388

Tints of Deep Cerise #D42388

Color information

#D42388 (or 0xD42388) is unknown color: approx Deep Cerise. HEX triplet: D4, 23 and 88. RGB value is (212,35,136). Sum of RGB (Red+Green+Blue) = 212+35+136=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D42388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42388 is #2BDC77. Grayscale: #636363. Windows color (decimal): -2874488 or 8922068. OLE color: 8922068.

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

Color convert

RGB21235136-
CMYK00.830.360.17
HSL325.76º71.66%48.43%-
HSV(B)325.76º83.49%83.14%-
XYZ32.216.9824.87-
YUV99.44148.64208.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 35 (14.06% from 255) = 9.14%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=55.35%
G=9.14%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123513600.830.360.17325.7671.6648.43
HexD4238805324111464830
Octal324432100123442150611060
Binary110101001000111000100001010011100100100011010001101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42388; }

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

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

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

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

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

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

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

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