#D34D6B

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

Shades of Cabaret #D34D6B

Tints of Cabaret #D34D6B

Color information

#D34D6B (or 0xD34D6B) is unknown color: approx Cabaret. HEX triplet: D3, 4D and 6B. RGB value is (211,77,107). Sum of RGB (Red+Green+Blue) = 211+77+107=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D6B is #2CB294. Grayscale: #787878. Windows color (decimal): -2929301 or 7032275. OLE color: 7032275.

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

Color convert

RGB21177107-
CMYK00.640.490.17
HSL346.57º60.36%56.47%-
HSV(B)346.57º63.51%82.75%-
XYZ32.1720.2216.12-
YUV120.49120.39192.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.42%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=53.42%
G=19.49%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117710700.640.490.17346.5760.3656.47
HexD34D6B040311115b3c38
Octal323115153010061215337470
Binary11010011100110111010110100000011000110001101011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34D6B; }

 p { color: rgb(211,77,107); }

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

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

 a { background-color: rgb(211,77,107); }

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

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

 span { border-color: rgb(211,77,107); }

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