#D5486B

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

Shades of Cabaret #D5486B

Tints of Cabaret #D5486B

Color information

#D5486B (or 0xD5486B) is unknown color: approx Cabaret. HEX triplet: D5, 48 and 6B. RGB value is (213,72,107). Sum of RGB (Red+Green+Blue) = 213+72+107=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5486B is #2AB794. Grayscale: #767676. Windows color (decimal): -2799509 or 7030997. OLE color: 7030997.

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

Color convert

RGB21372107-
CMYK00.660.500.16
HSL345.11º62.67%55.88%-
HSV(B)345.11º66.2%83.53%-
XYZ32.4119.8416.03-
YUV118.15121.71195.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=54.34%
G=18.37%
B=27.30%

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
Decimal2137210700.660.500.16345.1162.6755.88
HexD5486B04232101593f38
Octal325110153010262205317770
Binary11010101100100011010110100001011001010000101011001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5486B; }

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

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

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

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

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

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

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

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