#D34E63

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

Shades of Cabaret #D34E63

Tints of Cabaret #D34E63

Color information

#D34E63 (or 0xD34E63) is unknown color: approx Cabaret. HEX triplet: D3, 4E and 63. RGB value is (211,78,99). Sum of RGB (Red+Green+Blue) = 211+78+99=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E63 is #2CB19C. Grayscale: #787878. Windows color (decimal): -2929053 or 6508243. OLE color: 6508243.

HSL color Cylindrical-coordinate representation of color #D34E63: hue angle of 350.53º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34E63 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB2117899-
CMYK00.630.530.17
HSL350.53º60.18%56.67%-
HSV(B)350.53º63.03%82.75%-
XYZ31.8420.214.02-
YUV120.16116.06192.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.38%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=54.38%
G=20.10%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211789900.630.530.17350.5360.1856.67
HexD34E6303F351115f3c39
Octal32311614307765215377471
Binary1101001110011101100011011111111010110001101011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34E63; }

 p { color: rgb(211,78,99); }

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

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

 a { background-color: rgb(211,78,99); }

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

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

 span { border-color: rgb(211,78,99); }

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