#DD5467

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

Shades of Cabaret #DD5467

Tints of Cabaret #DD5467

Color information

#DD5467 (or 0xDD5467) is unknown color: approx Cabaret. HEX triplet: DD, 54 and 67. RGB value is (221,84,103). Sum of RGB (Red+Green+Blue) = 221+84+103=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5467 is #22AB98. Grayscale: #7F7F7F. Windows color (decimal): -2272153 or 6771933. OLE color: 6771933.

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

Color convert

RGB22184103-
CMYK00.620.530.13
HSL351.68º66.83%59.8%-
HSV(B)351.68º61.99%86.67%-
XYZ35.4422.6915.34-
YUV127.13114.39194.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=54.17%
G=20.59%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218410300.620.530.13351.6866.8359.8
HexDD546703E35D160433c
Octal335124147076651554010374
Binary1101110110101001100111011111011010111011011000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5467; }

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

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

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

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

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

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

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

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