#D34668

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

Shades of Cabaret #D34668

Tints of Cabaret #D34668

Color information

#D34668 (or 0xD34668) is unknown color: approx Cabaret. HEX triplet: D3, 46 and 68. RGB value is (211,70,104). Sum of RGB (Red+Green+Blue) = 211+70+104=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D34668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34668 is #2CB997. Grayscale: #747474. Windows color (decimal): -2931096 or 6833875. OLE color: 6833875.

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

Color convert

RGB21170104-
CMYK00.670.510.17
HSL345.53º61.57%55.1%-
HSV(B)345.53º66.82%82.75%-
XYZ31.5519.2315.15-
YUV116.04121.21195.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.81%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=54.81%
G=18.18%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117010400.670.510.17345.5361.5755.1
HexD34668043331115a3e37
Octal323106150010363215327667
Binary11010011100011011010000100001111001110001101011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34668; }

 p { color: rgb(211,70,104); }

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

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

 a { background-color: rgb(211,70,104); }

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

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

 span { border-color: rgb(211,70,104); }

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