#DC4868

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

Shades of Cabaret #DC4868

Tints of Cabaret #DC4868

Color information

#DC4868 (or 0xDC4868) is unknown color: approx Cabaret. HEX triplet: DC, 48 and 68. RGB value is (220,72,104). Sum of RGB (Red+Green+Blue) = 220+72+104=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4868 is #23B797. Grayscale: #777777. Windows color (decimal): -2340760 or 6834396. OLE color: 6834396.

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

Color convert

RGB22072104-
CMYK00.670.530.14
HSL347.03º67.89%57.25%-
HSV(B)347.03º67.27%86.27%-
XYZ34.3320.8515.31-
YUV119.9119.03199.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.56%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=55.56%
G=18.18%
B=26.26%

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
Decimal2207210400.670.530.14347.0367.8957.25
HexDC486804335E15b4439
Octal3341101500103651653310471
Binary11011100100100011010000100001111010111101010110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4868; }

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

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

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

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

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

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

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

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