#D1476F

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

Shades of Cabaret #D1476F

Tints of Cabaret #D1476F

Color information

#D1476F (or 0xD1476F) is unknown color: approx Cabaret. HEX triplet: D1, 47 and 6F. RGB value is (209,71,111). Sum of RGB (Red+Green+Blue) = 209+71+111=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1476F is #2EB890. Grayscale: #747474. Windows color (decimal): -3061905 or 7292881. OLE color: 7292881.

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

Color convert

RGB20971111-
CMYK00.660.470.18
HSL342.61º60%54.9%-
HSV(B)342.61º66.03%81.96%-
XYZ31.4219.2117.09-
YUV116.82124.72193.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 71 (28.12% from 255) = 18.16%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=53.45%
G=18.16%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097111100.660.470.18342.616054.9
HexD1476F0422F121573c37
Octal321107157010257225277467
Binary11010001100011111011110100001010111110010101010111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1476F; }

 p { color: rgb(209,71,111); }

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

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

 a { background-color: rgb(209,71,111); }

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

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

 span { border-color: rgb(209,71,111); }

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