#D14160

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

Shades of Cabaret #D14160

Tints of Cabaret #D14160

Color information

#D14160 (or 0xD14160) is unknown color: approx Cabaret. HEX triplet: D1, 41 and 60. RGB value is (209,65,96). Sum of RGB (Red+Green+Blue) = 209+65+96=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D14160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14160 is #2EBE9F. Grayscale: #6F6F6F. Windows color (decimal): -3063456 or 6308305. OLE color: 6308305.

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

Color convert

RGB2096596-
CMYK00.690.540.18
HSL347.08º61.02%53.73%-
HSV(B)347.08º68.9%81.96%-
XYZ30.318.1812.98-
YUV111.59119.21197.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=56.49%
G=17.57%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209659600.690.540.18347.0861.0253.73
HexD14160045361215b3d36
Octal321101140010566225337566
Binary11010001100000111000000100010111011010010101011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14160; }

 p { color: rgb(209,65,96); }

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

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

 a { background-color: rgb(209,65,96); }

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

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

 span { border-color: rgb(209,65,96); }

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