#D5486C

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

Shades of Cabaret #D5486C

Tints of Cabaret #D5486C

Color information

#D5486C (or 0xD5486C) is unknown color: approx Cabaret. HEX triplet: D5, 48 and 6C. RGB value is (213,72,108). Sum of RGB (Red+Green+Blue) = 213+72+108=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5486C is #2AB793. Grayscale: #767676. Windows color (decimal): -2799508 or 7096533. OLE color: 7096533.

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

Color convert

RGB21372108-
CMYK00.660.490.16
HSL344.68º62.67%55.88%-
HSV(B)344.68º66.2%83.53%-
XYZ32.4619.8616.31-
YUV118.26122.21195.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=54.20%
G=18.32%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137210800.660.490.16344.6862.6755.88
HexD5486C04231101593f38
Octal325110154010261205317770
Binary11010101100100011011000100001011000110000101011001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5486C; }

 p { color: rgb(213,72,108); }

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

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

 a { background-color: rgb(213,72,108); }

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

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

 span { border-color: rgb(213,72,108); }

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