#DC4867

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

Shades of Cabaret #DC4867

Tints of Cabaret #DC4867

Color information

#DC4867 (or 0xDC4867) is unknown color: approx Cabaret. HEX triplet: DC, 48 and 67. RGB value is (220,72,103). Sum of RGB (Red+Green+Blue) = 220+72+103=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4867 is #23B798. Grayscale: #777777. Windows color (decimal): -2340761 or 6768860. OLE color: 6768860.

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

Color convert

RGB22072103-
CMYK00.670.530.14
HSL347.43º67.89%57.25%-
HSV(B)347.43º67.27%86.27%-
XYZ34.2820.8315.05-
YUV119.79118.53199.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.70%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=55.70%
G=18.23%
B=26.08%

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
Decimal2207210300.670.530.14347.4367.8957.25
HexDC486704335E15b4439
Octal3341101470103651653310471
Binary11011100100100011001110100001111010111101010110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4867; }

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

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

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

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

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

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

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

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