#D05F70

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

Shades of Cabaret #D05F70

Tints of Cabaret #D05F70

Color information

#D05F70 (or 0xD05F70) is unknown color: approx Cabaret. HEX triplet: D0, 5F and 70. RGB value is (208,95,112). Sum of RGB (Red+Green+Blue) = 208+95+112=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F70 is #2FA08F. Grayscale: #828282. Windows color (decimal): -3121296 or 7364560. OLE color: 7364560.

HSL color Cylindrical-coordinate representation of color #D05F70: hue angle of 350.97º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F70 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20895112-
CMYK00.540.460.18
HSL350.97º54.59%59.41%-
HSV(B)350.97º54.33%81.57%-
XYZ33.0322.7617.98-
YUV130.72117.44183.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=50.12%
G=22.89%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089511200.540.460.18350.9754.5959.41
HexD05F700362E1215f373b
Octal32013716006656225376773
Binary1101000010111111110000011011010111010010101011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F70; }

 p { color: rgb(208,95,112); }

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

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

 a { background-color: rgb(208,95,112); }

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

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

 span { border-color: rgb(208,95,112); }

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