#dc4466

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

Shades of Cerise #DC4466

Tints of Cerise #DC4466

Color information

#DC4466 (or 0xDC4466) is unknown color: approx Cerise. HEX triplet: DC, 44 and 66. RGB value is (220,68,102). Sum of RGB (Red+Green+Blue) = 220+68+102=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4466 is #23BB99. Grayscale: #757575. Windows color (decimal): -2341786 or 6702300. OLE color: 6702300.

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

Color convert

RGB22068102-
CMYK00.690.540.14
HSL346.58º68.47%56.47%-
HSV(B)346.58º69.09%86.27%-
XYZ33.9820.3114.7-
YUV117.32119.36201.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.41%
GREEN value IS 68 (26.95% from 255) = 17.44%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=56.41%
G=17.44%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206810200.690.540.14346.5868.4756.47
HexDC446604536E15b4438
Octal3341041460105661653310470
Binary11011100100010011001100100010111011011101010110111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc4466; }

 p { color: rgb(220,68,102); }

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

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

 a { background-color: rgb(220,68,102); }

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

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

 span { border-color: rgb(220,68,102); }

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