#D14F6D

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

Shades of Cabaret #D14F6D

Tints of Cabaret #D14F6D

Color information

#D14F6D (or 0xD14F6D) is unknown color: approx Cabaret. HEX triplet: D1, 4F and 6D. RGB value is (209,79,109). Sum of RGB (Red+Green+Blue) = 209+79+109=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14F6D is #2EB092. Grayscale: #797979. Windows color (decimal): -3059859 or 7163857. OLE color: 7163857.

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

Color convert

RGB20979109-
CMYK00.620.480.18
HSL346.15º58.56%56.47%-
HSV(B)346.15º62.2%81.96%-
XYZ31.8520.2516.7-
YUV121.29121.07190.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=52.64%
G=19.90%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097910900.620.480.18346.1558.5656.47
HexD14F6D03E301215a3b38
Octal32111715507660225327370
Binary1101000110011111101101011111011000010010101011010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14F6D; }

 p { color: rgb(209,79,109); }

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

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

 a { background-color: rgb(209,79,109); }

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

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

 span { border-color: rgb(209,79,109); }

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