#D43388

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

Shades of Deep Cerise #D43388

Tints of Deep Cerise #D43388

Color information

#D43388 (or 0xD43388) is unknown color: approx Deep Cerise. HEX triplet: D4, 33 and 88. RGB value is (212,51,136). Sum of RGB (Red+Green+Blue) = 212+51+136=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D43388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43388 is #2BCC77. Grayscale: #6C6C6C. Windows color (decimal): -2870392 or 8926164. OLE color: 8926164.

HSL color Cylindrical-coordinate representation of color #D43388: hue angle of 328.32º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43388 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21251136-
CMYK00.760.360.17
HSL328.32º65.18%51.57%-
HSV(B)328.32º75.94%83.14%-
XYZ32.7818.1425.07-
YUV108.83143.34201.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=53.13%
G=12.78%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125113600.760.360.17328.3265.1851.57
HexD4338804C24111484134
Octal324632100114442151010164
Binary110101001100111000100001001100100100100011010010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43388; }

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

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

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

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

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

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

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

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