Shades of Cabaret #D35269
Tints of Cabaret #D35269
RGB
CMYK
RGB Variations
Color information
#D35269 (or 0xD35269) is known color: Cabaret. HEX triplet: D3, 52 and 69. RGB value is (211,82,105). Sum of RGB (Red+Green+Blue) = 211+82+105=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D35269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35269 is #2CAD96. Grayscale: #7B7B7B. Windows color (decimal): -2928023 or 6902483. OLE color: 6902483.
HSL color Cylindrical-coordinate representation of color #D35269: hue angle of 349.3º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35269 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 105 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.17 |
| HSL | 349.3º | 0.59% | 0.57% | - |
| HSV(B) | 349.3º | 0.61% | 0.83% | - |
| XYZ | 32.43 | 20.9 | 15.69 | - |
| YUV | 123.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 105 | 0 | 0.61 | 0.50 | 0.17 | 349.3 | 0.59 | 0.57 |
| Hex | D3 | 52 | 69 | 0 | 3D | 32 | 11 | 15D | 3B | 39 |
| Octal | 323 | 122 | 151 | 0 | 75 | 62 | 21 | 535 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1101001 | 0 | 111101 | 110010 | 10001 | 101011101 | 111011 | 111001 |
Color Harmonies of #D35269
Complementary color
Monochromatic Colors of #D35269
Black with #D35269
Text Example
Text Example
White with #D35269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35269; }
p { color: rgb(211,82,105); }
H1.HeaderClassName
{
color: #D35269;
}
.AnyTagClassName
{
color: #D35269;
}
</style>
background-color css
<style>
a { background-color: #D35269; }
a { background-color: rgb(211,82,105); }
div.DivClassName
{
background-color: #D35269;
}
.BgClassName
{
background-color: #D35269;
}
</style>
border-color css
<style>
span { border-color: #D35269; }
span { border-color: rgb(211,82,105); }
td.TdClassName
{
border-color: #D35269;
}
.TagClassName
{
border-color: #D35269;
}
</style>