#D55469

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

Shades of Cabaret #D55469

Tints of Cabaret #D55469

Color information

#D55469 (or 0xD55469) is unknown color: approx Cabaret. HEX triplet: D5, 54 and 69. RGB value is (213,84,105). Sum of RGB (Red+Green+Blue) = 213+84+105=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D55469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55469 is #2AAB96. Grayscale: #7D7D7D. Windows color (decimal): -2796439 or 6902997. OLE color: 6902997.

HSL color Cylindrical-coordinate representation of color #D55469: hue angle of 350.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55469 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21384105-
CMYK00.610.510.16
HSL350.23º60.56%58.24%-
HSV(B)350.23º60.56%83.53%-
XYZ33.1621.5115.77-
YUV124.96116.74190.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.99%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=52.99%
G=20.90%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138410500.610.510.16350.2360.5658.24
HexD5546903D331015e3d3a
Octal32512415107563205367572
Binary1101010110101001101001011110111001110000101011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55469; }

 p { color: rgb(213,84,105); }

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

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

 a { background-color: rgb(213,84,105); }

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

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

 span { border-color: rgb(213,84,105); }

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