#D44565

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

Shades of Cabaret #D44565

Tints of Cabaret #D44565

Color information

#D44565 (or 0xD44565) is unknown color: approx Cabaret. HEX triplet: D4, 45 and 65. RGB value is (212,69,101). Sum of RGB (Red+Green+Blue) = 212+69+101=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D44565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44565 is #2BBA9A. Grayscale: #737373. Windows color (decimal): -2865819 or 6637012. OLE color: 6637012.

HSL color Cylindrical-coordinate representation of color #D44565: hue angle of 346.57º 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 #D44565 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB21269101-
CMYK00.670.520.17
HSL346.57º62.45%55.1%-
HSV(B)346.57º67.45%83.14%-
XYZ31.6319.1914.35-
YUV115.4119.88196.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=55.50%
G=18.06%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126910100.670.520.17346.5762.4555.1
HexD44565043341115b3e37
Octal324105145010364215337667
Binary11010100100010111001010100001111010010001101011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44565; }

 p { color: rgb(212,69,101); }

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

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

 a { background-color: rgb(212,69,101); }

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

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

 span { border-color: rgb(212,69,101); }

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