#DD4864

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

Shades of Cabaret #DD4864

Tints of Cabaret #DD4864

Color information

#DD4864 (or 0xDD4864) is unknown color: approx Cabaret. HEX triplet: DD, 48 and 64. RGB value is (221,72,100). Sum of RGB (Red+Green+Blue) = 221+72+100=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4864 is #22B79B. Grayscale: #777777. Windows color (decimal): -2275228 or 6572253. OLE color: 6572253.

HSL color Cylindrical-coordinate representation of color #DD4864: hue angle of 348.72º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4864 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22172100-
CMYK00.670.550.13
HSL348.72º68.66%57.45%-
HSV(B)348.72º67.42%86.67%-
XYZ34.4420.9314.28-
YUV119.74116.86200.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=56.23%
G=18.32%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217210000.670.550.13348.7268.6657.45
HexDD486404337D15d4539
Octal3351101440103671553510571
Binary11011101100100011001000100001111011111011010111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4864; }

 p { color: rgb(221,72,100); }

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

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

 a { background-color: rgb(221,72,100); }

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

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

 span { border-color: rgb(221,72,100); }

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