#D14C70

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

Shades of Cabaret #D14C70

Tints of Cabaret #D14C70

Color information

#D14C70 (or 0xD14C70) is unknown color: approx Cabaret. HEX triplet: D1, 4C and 70. RGB value is (209,76,112). Sum of RGB (Red+Green+Blue) = 209+76+112=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C70 is #2EB38F. Grayscale: #777777. Windows color (decimal): -3060624 or 7359697. OLE color: 7359697.

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

Color convert

RGB20976112-
CMYK00.640.460.18
HSL343.76º59.11%55.88%-
HSV(B)343.76º63.64%81.96%-
XYZ31.819.8917.49-
YUV119.87123.56191.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=52.64%
G=19.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097611200.640.460.18343.7659.1155.88
HexD14C700402E121583b38
Octal321114160010056225307370
Binary11010001100110011100000100000010111010010101011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C70; }

 p { color: rgb(209,76,112); }

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

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

 a { background-color: rgb(209,76,112); }

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

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

 span { border-color: rgb(209,76,112); }

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