#D34264

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

Shades of Cabaret #D34264

Tints of Cabaret #D34264

Color information

#D34264 (or 0xD34264) is unknown color: approx Cabaret. HEX triplet: D3, 42 and 64. RGB value is (211,66,100). Sum of RGB (Red+Green+Blue) = 211+66+100=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D34264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34264 is #2CBD9B. Grayscale: #717171. Windows color (decimal): -2932124 or 6570707. OLE color: 6570707.

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

Color convert

RGB21166100-
CMYK00.690.530.17
HSL345.93º62.23%54.31%-
HSV(B)345.93º68.72%82.75%-
XYZ31.1118.6714.02-
YUV113.23120.54197.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.97%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=55.97%
G=17.51%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116610000.690.530.17345.9362.2354.31
HexD34264045351115a3e36
Octal323102144010565215327666
Binary11010011100001011001000100010111010110001101011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34264; }

 p { color: rgb(211,66,100); }

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

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

 a { background-color: rgb(211,66,100); }

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

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

 span { border-color: rgb(211,66,100); }

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