#DC418E

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

Shades of Deep Cerise #DC418E

Tints of Deep Cerise #DC418E

Color information

#DC418E (or 0xDC418E) is unknown color: approx Deep Cerise. HEX triplet: DC, 41 and 8E. RGB value is (220,65,142). Sum of RGB (Red+Green+Blue) = 220+65+142=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC418E is #23BE71. Grayscale: #777777. Windows color (decimal): -2342514 or 9322972. OLE color: 9322972.

HSL color Cylindrical-coordinate representation of color #DC418E: hue angle of 330.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC418E is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB22065142-
CMYK00.700.350.14
HSL330.19º68.89%55.88%-
HSV(B)330.19º70.45%86.27%-
XYZ36.2920.9527.72-
YUV120.12140.35199.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=51.52%
G=15.22%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206514200.700.350.14330.1968.8955.88
HexDC418E04623E14a4538
Octal3341012160106431651210570
Binary110111001000001100011100100011010001111101010010101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC418E; }

 p { color: rgb(220,65,142); }

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

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

 a { background-color: rgb(220,65,142); }

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

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

 span { border-color: rgb(220,65,142); }

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