#D54466

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

Shades of Cabaret #D54466

Tints of Cabaret #D54466

Color information

#D54466 (or 0xD54466) is unknown color: approx Cabaret. HEX triplet: D5, 44 and 66. RGB value is (213,68,102). Sum of RGB (Red+Green+Blue) = 213+68+102=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D54466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54466 is #2ABB99. Grayscale: #737373. Windows color (decimal): -2800538 or 6702293. OLE color: 6702293.

HSL color Cylindrical-coordinate representation of color #D54466: hue angle of 345.93º 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 #D54466 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21368102-
CMYK00.680.520.16
HSL345.93º63.32%55.1%-
HSV(B)345.93º68.08%83.53%-
XYZ31.9119.2414.6-
YUV115.23120.54197.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=55.61%
G=17.75%
B=26.63%

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
Decimal2136810200.680.520.16345.9363.3255.1
HexD54466044341015a3f37
Octal325104146010464205327767
Binary11010101100010011001100100010011010010000101011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54466; }

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

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

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

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

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

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

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

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