#D34265

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

Shades of Cabaret #D34265

Tints of Cabaret #D34265

Color information

#D34265 (or 0xD34265) is unknown color: approx Cabaret. HEX triplet: D3, 42 and 65. RGB value is (211,66,101). Sum of RGB (Red+Green+Blue) = 211+66+101=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D34265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34265 is #2CBD9A. Grayscale: #717171. Windows color (decimal): -2932123 or 6636243. OLE color: 6636243.

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

Color convert

RGB21166101-
CMYK00.690.520.17
HSL345.52º62.23%54.31%-
HSV(B)345.52º68.72%82.75%-
XYZ31.1618.6814.28-
YUV113.34121.04197.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.82%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=55.82%
G=17.46%
B=26.72%

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
Decimal2116610100.690.520.17345.5262.2354.31
HexD34265045341115a3e36
Octal323102145010564215327666
Binary11010011100001011001010100010111010010001101011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34265; }

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

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

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

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

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

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

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

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