#D14360

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

Shades of Cabaret #D14360

Tints of Cabaret #D14360

Color information

#D14360 (or 0xD14360) is unknown color: approx Cabaret. HEX triplet: D1, 43 and 60. RGB value is (209,67,96). Sum of RGB (Red+Green+Blue) = 209+67+96=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D14360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14360 is #2EBC9F. Grayscale: #707070. Windows color (decimal): -3062944 or 6308817. OLE color: 6308817.

HSL color Cylindrical-coordinate representation of color #D14360: hue angle of 347.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14360 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2096796-
CMYK00.680.540.18
HSL347.75º60.68%54.12%-
HSV(B)347.75º67.94%81.96%-
XYZ30.4118.4113.02-
YUV112.76118.54196.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=56.18%
G=18.01%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209679600.680.540.18347.7560.6854.12
HexD14360044361215c3d36
Octal321103140010466225347566
Binary11010001100001111000000100010011011010010101011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14360; }

 p { color: rgb(209,67,96); }

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

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

 a { background-color: rgb(209,67,96); }

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

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

 span { border-color: rgb(209,67,96); }

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