#d14b6f

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

Shades of Cabaret #D14B6F

Tints of Cabaret #D14B6F

Color information

#D14B6F (or 0xD14B6F) is unknown color: approx Cabaret. HEX triplet: D1, 4B and 6F. RGB value is (209,75,111). Sum of RGB (Red+Green+Blue) = 209+75+111=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14B6F is #2EB490. Grayscale: #777777. Windows color (decimal): -3060881 or 7293905. OLE color: 7293905.

HSL color Cylindrical-coordinate representation of color #D14B6F: hue angle of 343.88º 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 #D14B6F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20975111-
CMYK00.640.470.18
HSL343.88º59.29%55.69%-
HSV(B)343.88º64.11%81.96%-
XYZ31.6819.7417.18-
YUV119.17123.39192.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=52.91%
G=18.99%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097511100.640.470.18343.8859.2955.69
HexD14B6F0402F121583b38
Octal321113157010057225307370
Binary11010001100101111011110100000010111110010101011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14b6f; }

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

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

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

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

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

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

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

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