Shades of Cabaret #D94462
Tints of Cabaret #D94462
RGB
CMYK
RGB Variations
Color information
#D94462 (or 0xD94462) is known color: Cabaret. HEX triplet: D9, 44 and 62. RGB value is (217,68,98). Sum of RGB (Red+Green+Blue) = 217+68+98=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D94462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94462 is #26BB9D. Grayscale: #747474. Windows color (decimal): -2538398 or 6440153. OLE color: 6440153.
HSL color Cylindrical-coordinate representation of color #D94462: hue angle of 347.92º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94462 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 98 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.15 |
| HSL | 347.92º | 0.66% | 0.56% | - |
| HSV(B) | 347.92º | 0.69% | 0.85% | - |
| XYZ | 32.89 | 19.77 | 13.64 | - |
| YUV | 115.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 98 | 0 | 0.69 | 0.55 | 0.15 | 347.92 | 0.66 | 0.56 |
| Hex | D9 | 44 | 62 | 0 | 45 | 37 | F | 15C | 42 | 38 |
| Octal | 331 | 104 | 142 | 0 | 105 | 67 | 17 | 534 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1100010 | 0 | 1000101 | 110111 | 1111 | 101011100 | 1000010 | 111000 |
Color Harmonies of #D94462
Complementary color
Monochromatic Colors of #D94462
Black with #D94462
Text Example
Text Example
White with #D94462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94462; }
p { color: rgb(217,68,98); }
H1.HeaderClassName
{
color: #D94462;
}
.AnyTagClassName
{
color: #D94462;
}
</style>
background-color css
<style>
a { background-color: #D94462; }
a { background-color: rgb(217,68,98); }
div.DivClassName
{
background-color: #D94462;
}
.BgClassName
{
background-color: #D94462;
}
</style>
border-color css
<style>
span { border-color: #D94462; }
span { border-color: rgb(217,68,98); }
td.TdClassName
{
border-color: #D94462;
}
.TagClassName
{
border-color: #D94462;
}
</style>