#D34862

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

Shades of Cabaret #D34862

Tints of Cabaret #D34862

Color information

#D34862 (or 0xD34862) is unknown color: approx Cabaret. HEX triplet: D3, 48 and 62. RGB value is (211,72,98). Sum of RGB (Red+Green+Blue) = 211+72+98=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D34862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34862 is #2CB79D. Grayscale: #747474. Windows color (decimal): -2930590 or 6441171. OLE color: 6441171.

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

Color convert

RGB2117298-
CMYK00.660.540.17
HSL348.78º61.23%55.49%-
HSV(B)348.78º65.88%82.75%-
XYZ31.3919.3713.64-
YUV116.52117.55195.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.38%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=55.38%
G=18.90%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211729800.660.540.17348.7861.2355.49
HexD34862042361115d3d37
Octal323110142010266215357567
Binary11010011100100011000100100001011011010001101011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34862; }

 p { color: rgb(211,72,98); }

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

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

 a { background-color: rgb(211,72,98); }

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

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

 span { border-color: rgb(211,72,98); }

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