#D5486A

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

Shades of Cabaret #D5486A

Tints of Cabaret #D5486A

Color information

#D5486A (or 0xD5486A) is unknown color: approx Cabaret. HEX triplet: D5, 48 and 6A. RGB value is (213,72,106). Sum of RGB (Red+Green+Blue) = 213+72+106=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5486A is #2AB795. Grayscale: #767676. Windows color (decimal): -2799510 or 6965461. OLE color: 6965461.

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

Color convert

RGB21372106-
CMYK00.660.500.16
HSL345.53º62.67%55.88%-
HSV(B)345.53º66.2%83.53%-
XYZ32.3619.8215.76-
YUV118.04121.21195.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.48%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=54.48%
G=18.41%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137210600.660.500.16345.5362.6755.88
HexD5486A042321015a3f38
Octal325110152010262205327770
Binary11010101100100011010100100001011001010000101011010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5486A; }

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

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

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

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

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

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

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

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