#dc4968

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

Shades of Cabaret #DC4968

Tints of Cabaret #DC4968

Color information

#DC4968 (or 0xDC4968) is unknown color: approx Cabaret. HEX triplet: DC, 49 and 68. RGB value is (220,73,104). Sum of RGB (Red+Green+Blue) = 220+73+104=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4968 is #23B697. Grayscale: #787878. Windows color (decimal): -2340504 or 6834652. OLE color: 6834652.

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

Color convert

RGB22073104-
CMYK00.670.530.14
HSL347.35º67.74%57.45%-
HSV(B)347.35º66.82%86.27%-
XYZ34.420.9815.33-
YUV120.49118.7198.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=55.42%
G=18.39%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207310400.670.530.14347.3567.7457.45
HexDC496804335E15b4439
Octal3341111500103651653310471
Binary11011100100100111010000100001111010111101010110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc4968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc4968; }

 p { color: rgb(220,73,104); }

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

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

 a { background-color: rgb(220,73,104); }

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

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

 span { border-color: rgb(220,73,104); }

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