#DC418D

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

Shades of Deep Cerise #DC418D

Tints of Deep Cerise #DC418D

Color information

#DC418D (or 0xDC418D) is unknown color: approx Deep Cerise. HEX triplet: DC, 41 and 8D. RGB value is (220,65,141). Sum of RGB (Red+Green+Blue) = 220+65+141=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC418D is #23BE72. Grayscale: #777777. Windows color (decimal): -2342515 or 9257436. OLE color: 9257436.

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

Color convert

RGB22065141-
CMYK00.700.360.14
HSL330.58º68.89%55.88%-
HSV(B)330.58º70.45%86.27%-
XYZ36.2120.9227.33-
YUV120.01139.85199.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.64%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=51.64%
G=15.26%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206514100.700.360.14330.5868.8955.88
HexDC418D04624E14b4538
Octal3341012150106441651310570
Binary110111001000001100011010100011010010011101010010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC418D; }

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

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

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

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

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

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

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

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