#D44D69

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

Shades of Cabaret #D44D69

Tints of Cabaret #D44D69

Color information

#D44D69 (or 0xD44D69) is unknown color: approx Cabaret. HEX triplet: D4, 4D and 69. RGB value is (212,77,105). Sum of RGB (Red+Green+Blue) = 212+77+105=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D69 is #2BB296. Grayscale: #787878. Windows color (decimal): -2863767 or 6901204. OLE color: 6901204.

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

Color convert

RGB21277105-
CMYK00.640.500.17
HSL347.56º61.09%56.67%-
HSV(B)347.56º63.68%83.14%-
XYZ32.3620.3215.58-
YUV120.56119.23193.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=53.81%
G=19.54%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127710500.640.500.17347.5661.0956.67
HexD44D69040321115c3d39
Octal324115151010062215347571
Binary11010100100110111010010100000011001010001101011100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D69; }

 p { color: rgb(212,77,105); }

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

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

 a { background-color: rgb(212,77,105); }

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

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

 span { border-color: rgb(212,77,105); }

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