#D05074

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

Shades of Cabaret #D05074

Tints of Cabaret #D05074

Color information

#D05074 (or 0xD05074) is unknown color: approx Cabaret. HEX triplet: D0, 50 and 74. RGB value is (208,80,116). Sum of RGB (Red+Green+Blue) = 208+80+116=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D05074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05074 is #2FAF8B. Grayscale: #7A7A7A. Windows color (decimal): -3125132 or 7622864. OLE color: 7622864.

HSL color Cylindrical-coordinate representation of color #D05074: hue angle of 343.12º 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 #D05074 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20880116-
CMYK00.620.440.18
HSL343.12º57.66%56.47%-
HSV(B)343.12º61.54%81.57%-
XYZ32.0320.4118.77-
YUV122.38124.41189.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.49%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=51.49%
G=19.80%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088011600.620.440.18343.1257.6656.47
HexD0507403E2C121573a38
Octal32012016407654225277270
Binary1101000010100001110100011111010110010010101010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05074; }

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

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

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

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

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

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

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

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