#DD4867

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

Shades of Cabaret #DD4867

Tints of Cabaret #DD4867

Color information

#DD4867 (or 0xDD4867) is unknown color: approx Cabaret. HEX triplet: DD, 48 and 67. RGB value is (221,72,103). Sum of RGB (Red+Green+Blue) = 221+72+103=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4867 is #22B798. Grayscale: #787878. Windows color (decimal): -2275225 or 6768861. OLE color: 6768861.

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

Color convert

RGB22172103-
CMYK00.670.530.13
HSL347.52º68.66%57.45%-
HSV(B)347.52º67.42%86.67%-
XYZ34.5820.9915.06-
YUV120.08118.36199.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=55.81%
G=18.18%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217210300.670.530.13347.5268.6657.45
HexDD486704335D15c4539
Octal3351101470103651553410571
Binary11011101100100011001110100001111010111011010111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4867; }

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

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

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

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

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

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

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

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