#DD5267

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

Shades of Cabaret #DD5267

Tints of Cabaret #DD5267

Color information

#DD5267 (or 0xDD5267) is unknown color: approx Cabaret. HEX triplet: DD, 52 and 67. RGB value is (221,82,103). Sum of RGB (Red+Green+Blue) = 221+82+103=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5267 is #22AD98. Grayscale: #7E7E7E. Windows color (decimal): -2272665 or 6771421. OLE color: 6771421.

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

Color convert

RGB22182103-
CMYK00.630.530.13
HSL350.94º67.15%59.41%-
HSV(B)350.94º62.9%86.67%-
XYZ35.2822.3915.29-
YUV125.96115.05195.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.43%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=54.43%
G=20.20%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218210300.630.530.13350.9467.1559.41
HexDD526703F35D15f433b
Octal335122147077651553710373
Binary1101110110100101100111011111111010111011010111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5267; }

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

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

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

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

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

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

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

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