#d44963

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

Shades of Cabaret #D44963

Tints of Cabaret #D44963

Color information

#D44963 (or 0xD44963) is unknown color: approx Cabaret. HEX triplet: D4, 49 and 63. RGB value is (212,73,99). Sum of RGB (Red+Green+Blue) = 212+73+99=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D44963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44963 is #2BB69C. Grayscale: #757575. Windows color (decimal): -2864797 or 6506964. OLE color: 6506964.

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

Color convert

RGB2127399-
CMYK00.660.530.17
HSL348.78º61.78%55.88%-
HSV(B)348.78º65.57%83.14%-
XYZ31.7919.6613.92-
YUV117.52117.55195.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.21%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=55.21%
G=19.01%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212739900.660.530.17348.7861.7855.88
HexD44963042351115d3e38
Octal324111143010265215357670
Binary11010100100100111000110100001011010110001101011101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44963; }

 p { color: rgb(212,73,99); }

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

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

 a { background-color: rgb(212,73,99); }

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

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

 span { border-color: rgb(212,73,99); }

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