#D34165

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

Shades of Cabaret #D34165

Tints of Cabaret #D34165

Color information

#D34165 (or 0xD34165) is unknown color: approx Cabaret. HEX triplet: D3, 41 and 65. RGB value is (211,65,101). Sum of RGB (Red+Green+Blue) = 211+65+101=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D34165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34165 is #2CBE9A. Grayscale: #707070. Windows color (decimal): -2932379 or 6635987. OLE color: 6635987.

HSL color Cylindrical-coordinate representation of color #D34165: hue angle of 345.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34165 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB21165101-
CMYK00.690.520.17
HSL345.21º62.39%54.12%-
HSV(B)345.21º69.19%82.75%-
XYZ31.118.5714.26-
YUV112.76121.37198.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.97%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=55.97%
G=17.24%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116510100.690.520.17345.2162.3954.12
HexD3416504534111593e36
Octal323101145010564215317666
Binary11010011100000111001010100010111010010001101011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34165; }

 p { color: rgb(211,65,101); }

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

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

 a { background-color: rgb(211,65,101); }

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

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

 span { border-color: rgb(211,65,101); }

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