Shades of Cabaret #D44665
Tints of Cabaret #D44665
RGB
CMYK
RGB Variations
Color information
#D44665 (or 0xD44665) is known color: Cabaret. HEX triplet: D4, 46 and 65. RGB value is (212,70,101). Sum of RGB (Red+Green+Blue) = 212+70+101=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44665 is #2BB99A. Grayscale: #747474. Windows color (decimal): -2865563 or 6637268. OLE color: 6637268.
HSL color Cylindrical-coordinate representation of color #D44665: hue angle of 346.9º 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 #D44665 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 101 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.17 |
| HSL | 346.9º | 0.62% | 0.55% | - |
| HSV(B) | 346.9º | 0.67% | 0.83% | - |
| XYZ | 31.69 | 19.32 | 14.37 | - |
| YUV | 115.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 101 | 0 | 0.67 | 0.52 | 0.17 | 346.9 | 0.62 | 0.55 |
| Hex | D4 | 46 | 65 | 0 | 43 | 34 | 11 | 15B | 3E | 37 |
| Octal | 324 | 106 | 145 | 0 | 103 | 64 | 21 | 533 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1100101 | 0 | 1000011 | 110100 | 10001 | 101011011 | 111110 | 110111 |
Color Harmonies of #D44665
Complementary color
Monochromatic Colors of #D44665
Black with #D44665
Text Example
Text Example
White with #D44665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44665; }
p { color: rgb(212,70,101); }
H1.HeaderClassName
{
color: #D44665;
}
.AnyTagClassName
{
color: #D44665;
}
</style>
background-color css
<style>
a { background-color: #D44665; }
a { background-color: rgb(212,70,101); }
div.DivClassName
{
background-color: #D44665;
}
.BgClassName
{
background-color: #D44665;
}
</style>
border-color css
<style>
span { border-color: #D44665; }
span { border-color: rgb(212,70,101); }
td.TdClassName
{
border-color: #D44665;
}
.TagClassName
{
border-color: #D44665;
}
</style>