#D44C6C

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

Shades of Cabaret #D44C6C

Tints of Cabaret #D44C6C

Color information

#D44C6C (or 0xD44C6C) is unknown color: approx Cabaret. HEX triplet: D4, 4C and 6C. RGB value is (212,76,108). Sum of RGB (Red+Green+Blue) = 212+76+108=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C6C is #2BB393. Grayscale: #787878. Windows color (decimal): -2864020 or 7097556. OLE color: 7097556.

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

Color convert

RGB21276108-
CMYK00.640.490.17
HSL345.88º61.26%56.47%-
HSV(B)345.88º64.15%83.14%-
XYZ32.4420.2516.39-
YUV120.31121.06193.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.54%
GREEN value IS 76 (30.08% from 255) = 19.19%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=53.54%
G=19.19%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127610800.640.490.17345.8861.2656.47
HexD44C6C040311115a3d38
Octal324114154010061215327570
Binary11010100100110011011000100000011000110001101011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44C6C; }

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

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

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

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

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

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

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

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