#D5466E

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

Shades of Cabaret #D5466E

Tints of Cabaret #D5466E

Color information

#D5466E (or 0xD5466E) is unknown color: approx Cabaret. HEX triplet: D5, 46 and 6E. RGB value is (213,70,110). Sum of RGB (Red+Green+Blue) = 213+70+110=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5466E is #2AB991. Grayscale: #757575. Windows color (decimal): -2800018 or 7227093. OLE color: 7227093.

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

Color convert

RGB21370110-
CMYK00.670.480.16
HSL343.22º63%55.49%-
HSV(B)343.22º67.14%83.53%-
XYZ32.4519.6516.84-
YUV117.32123.88196.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=54.20%
G=17.81%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137011000.670.480.16343.226355.49
HexD5466E04330101573f37
Octal325106156010360205277767
Binary11010101100011011011100100001111000010000101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5466E; }

 p { color: rgb(213,70,110); }

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

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

 a { background-color: rgb(213,70,110); }

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

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

 span { border-color: rgb(213,70,110); }

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