#D34966

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

Shades of Cabaret #D34966

Tints of Cabaret #D34966

Color information

#D34966 (or 0xD34966) is unknown color: approx Cabaret. HEX triplet: D3, 49 and 66. RGB value is (211,73,102). Sum of RGB (Red+Green+Blue) = 211+73+102=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D34966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34966 is #2CB699. Grayscale: #757575. Windows color (decimal): -2930330 or 6703571. OLE color: 6703571.

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

Color convert

RGB21173102-
CMYK00.650.520.17
HSL347.39º61.06%55.69%-
HSV(B)347.39º65.4%82.75%-
XYZ31.6419.5714.68-
YUV117.57119.22194.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.66%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=54.66%
G=18.91%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117310200.650.520.17347.3961.0655.69
HexD34966041341115b3d38
Octal323111146010164215337570
Binary11010011100100111001100100000111010010001101011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34966; }

 p { color: rgb(211,73,102); }

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

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

 a { background-color: rgb(211,73,102); }

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

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

 span { border-color: rgb(211,73,102); }

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