#D14065

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

Shades of Cabaret #D14065

Tints of Cabaret #D14065

Color information

#D14065 (or 0xD14065) is unknown color: approx Cabaret. HEX triplet: D1, 40 and 65. RGB value is (209,64,101). Sum of RGB (Red+Green+Blue) = 209+64+101=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D14065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14065 is #2EBF9A. Grayscale: #6F6F6F. Windows color (decimal): -3063707 or 6635729. OLE color: 6635729.

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

Color convert

RGB20964101-
CMYK00.690.520.18
HSL344.69º61.18%53.53%-
HSV(B)344.69º69.38%81.96%-
XYZ30.4818.1614.21-
YUV111.57122.04197.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.88%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=55.88%
G=17.11%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096410100.690.520.18344.6961.1853.53
HexD1406504534121593d36
Octal321100145010564225317566
Binary11010001100000011001010100010111010010010101011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14065; }

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

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

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

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

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

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

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

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