#D14069

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

Shades of Cabaret #D14069

Tints of Cabaret #D14069

Color information

#D14069 (or 0xD14069) is unknown color: approx Cabaret. HEX triplet: D1, 40 and 69. RGB value is (209,64,105). Sum of RGB (Red+Green+Blue) = 209+64+105=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14069 is #2EBF96. Grayscale: #707070. Windows color (decimal): -3063703 or 6897873. OLE color: 6897873.

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

Color convert

RGB20964105-
CMYK00.690.500.18
HSL343.03º61.18%53.53%-
HSV(B)343.03º69.38%81.96%-
XYZ30.6818.2415.27-
YUV112.03124.04197.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=55.29%
G=16.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096410500.690.500.18343.0361.1853.53
HexD1406904532121573d36
Octal321100151010562225277566
Binary11010001100000011010010100010111001010010101010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14069; }

 p { color: rgb(209,64,105); }

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

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

 a { background-color: rgb(209,64,105); }

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

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

 span { border-color: rgb(209,64,105); }

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