#D44F64

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

Shades of Cabaret #D44F64

Tints of Cabaret #D44F64

Color information

#D44F64 (or 0xD44F64) is unknown color: approx Cabaret. HEX triplet: D4, 4F and 64. RGB value is (212,79,100). Sum of RGB (Red+Green+Blue) = 212+79+100=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F64 is #2BB09B. Grayscale: #797979. Windows color (decimal): -2863260 or 6574036. OLE color: 6574036.

HSL color Cylindrical-coordinate representation of color #D44F64: hue angle of 350.53º degrees, saturation: 0.61, 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 #D44F64 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB21279100-
CMYK00.630.530.17
HSL350.53º60.73%57.06%-
HSV(B)350.53º62.74%83.14%-
XYZ32.2520.5114.32-
YUV121.16116.06192.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.22%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=54.22%
G=20.20%
B=25.58%

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
Decimal2127910000.630.530.17350.5360.7357.06
HexD44F6403F351115f3d39
Octal32411714407765215377571
Binary1101010010011111100100011111111010110001101011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44F64; }

 p { color: rgb(212,79,100); }

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

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

 a { background-color: rgb(212,79,100); }

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

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

 span { border-color: rgb(212,79,100); }

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