#DC4393

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

Shades of Deep Cerise #DC4393

Tints of Deep Cerise #DC4393

Color information

#DC4393 (or 0xDC4393) is unknown color: approx Deep Cerise. HEX triplet: DC, 43 and 93. RGB value is (220,67,147). Sum of RGB (Red+Green+Blue) = 220+67+147=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4393 is #23BC6C. Grayscale: #797979. Windows color (decimal): -2341997 or 9651164. OLE color: 9651164.

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

Color convert

RGB22067147-
CMYK00.700.330.14
HSL328.63º68.61%56.27%-
HSV(B)328.63º69.55%86.27%-
XYZ36.7921.3429.78-
YUV121.87142.19198-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=50.69%
G=15.44%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206714700.700.330.14328.6368.6156.27
HexDC439304621E1494538
Octal3341032230106411651110570
Binary110111001000011100100110100011010000111101010010011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4393; }

 p { color: rgb(220,67,147); }

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

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

 a { background-color: rgb(220,67,147); }

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

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

 span { border-color: rgb(220,67,147); }

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