#D44464

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

Shades of Cabaret #D44464

Tints of Cabaret #D44464

Color information

#D44464 (or 0xD44464) is unknown color: approx Cabaret. HEX triplet: D4, 44 and 64. RGB value is (212,68,100). Sum of RGB (Red+Green+Blue) = 212+68+100=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D44464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44464 is #2BBB9B. Grayscale: #727272. Windows color (decimal): -2866076 or 6571220. OLE color: 6571220.

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

Color convert

RGB21268100-
CMYK00.680.530.17
HSL346.67º62.61%54.9%-
HSV(B)346.67º67.92%83.14%-
XYZ31.5219.0514.07-
YUV114.7119.71197.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.79%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=55.79%
G=17.89%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126810000.680.530.17346.6762.6154.9
HexD44464044351115b3f37
Octal324104144010465215337767
Binary11010100100010011001000100010011010110001101011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44464; }

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

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

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

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

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

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

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

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