#D44C63

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

Shades of Cabaret #D44C63

Tints of Cabaret #D44C63

Color information

#D44C63 (or 0xD44C63) is unknown color: approx Cabaret. HEX triplet: D4, 4C and 63. RGB value is (212,76,99). Sum of RGB (Red+Green+Blue) = 212+76+99=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C63 is #2BB39C. Grayscale: #777777. Windows color (decimal): -2864029 or 6507732. OLE color: 6507732.

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

Color convert

RGB2127699-
CMYK00.640.530.17
HSL349.85º61.26%56.47%-
HSV(B)349.85º64.15%83.14%-
XYZ31.9920.0713.99-
YUV119.29116.56194.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.78%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=54.78%
G=19.64%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212769900.640.530.17349.8561.2656.47
HexD44C63040351115e3d38
Octal324114143010065215367570
Binary11010100100110011000110100000011010110001101011110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44C63; }

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

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

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

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

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

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

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

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