#D0506C

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

Shades of Cabaret #D0506C

Tints of Cabaret #D0506C

Color information

#D0506C (or 0xD0506C) is unknown color: approx Cabaret. HEX triplet: D0, 50 and 6C. RGB value is (208,80,108). Sum of RGB (Red+Green+Blue) = 208+80+108=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0506C is #2FAF93. Grayscale: #797979. Windows color (decimal): -3125140 or 7098576. OLE color: 7098576.

HSL color Cylindrical-coordinate representation of color #D0506C: hue angle of 346.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0506C is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB20880108-
CMYK00.620.480.18
HSL346.88º57.66%56.47%-
HSV(B)346.88º61.54%81.57%-
XYZ31.5920.2316.43-
YUV121.46120.41189.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.53%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=52.53%
G=20.20%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088010800.620.480.18346.8857.6656.47
HexD0506C03E301215b3a38
Octal32012015407660225337270
Binary1101000010100001101100011111011000010010101011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0506C; }

 p { color: rgb(208,80,108); }

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

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

 a { background-color: rgb(208,80,108); }

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

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

 span { border-color: rgb(208,80,108); }

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