#DC4E64

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

Shades of Cabaret #DC4E64

Tints of Cabaret #DC4E64

Color information

#DC4E64 (or 0xDC4E64) is unknown color: approx Cabaret. HEX triplet: DC, 4E and 64. RGB value is (220,78,100). Sum of RGB (Red+Green+Blue) = 220+78+100=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E64 is #23B19B. Grayscale: #7B7B7B. Windows color (decimal): -2339228 or 6573788. OLE color: 6573788.

HSL color Cylindrical-coordinate representation of color #DC4E64: hue angle of 350.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4E64 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22078100-
CMYK00.650.550.14
HSL350.7º66.98%58.43%-
HSV(B)350.7º64.55%86.27%-
XYZ34.5421.5814.4-
YUV122.97115.04197.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.28%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=55.28%
G=19.60%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207810000.650.550.14350.766.9858.43
HexDC4E6404137E15f433a
Octal3341161440101671653710372
Binary11011100100111011001000100000111011111101010111111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E64; }

 p { color: rgb(220,78,100); }

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

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

 a { background-color: rgb(220,78,100); }

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

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

 span { border-color: rgb(220,78,100); }

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