#D54566

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

Shades of Cabaret #D54566

Tints of Cabaret #D54566

Color information

#D54566 (or 0xD54566) is unknown color: approx Cabaret. HEX triplet: D5, 45 and 66. RGB value is (213,69,102). Sum of RGB (Red+Green+Blue) = 213+69+102=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54566 is #2ABA99. Grayscale: #737373. Windows color (decimal): -2800282 or 6702549. OLE color: 6702549.

HSL color Cylindrical-coordinate representation of color #D54566: hue angle of 346.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54566 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21369102-
CMYK00.680.520.16
HSL346.25º63.16%55.29%-
HSV(B)346.25º67.61%83.53%-
XYZ31.9719.3614.62-
YUV115.82120.21197.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.47%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=55.47%
G=17.97%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136910200.680.520.16346.2563.1655.29
HexD54566044341015a3f37
Octal325105146010464205327767
Binary11010101100010111001100100010011010010000101011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54566; }

 p { color: rgb(213,69,102); }

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

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

 a { background-color: rgb(213,69,102); }

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

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

 span { border-color: rgb(213,69,102); }

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