#DD4866

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

Shades of Cabaret #DD4866

Tints of Cabaret #DD4866

Color information

#DD4866 (or 0xDD4866) is unknown color: approx Cabaret. HEX triplet: DD, 48 and 66. RGB value is (221,72,102). Sum of RGB (Red+Green+Blue) = 221+72+102=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4866 is #22B799. Grayscale: #787878. Windows color (decimal): -2275226 or 6703325. OLE color: 6703325.

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

Color convert

RGB22172102-
CMYK00.670.540.13
HSL347.92º68.66%57.45%-
HSV(B)347.92º67.42%86.67%-
XYZ34.5320.9714.8-
YUV119.97117.86200.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=55.95%
G=18.23%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217210200.670.540.13347.9268.6657.45
HexDD486604336D15c4539
Octal3351101460103661553410571
Binary11011101100100011001100100001111011011011010111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4866; }

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

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

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

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

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

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

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

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