Shades of Cabaret #D25F6B
Tints of Cabaret #D25F6B
RGB
CMYK
RGB Variations
Color information
#D25F6B (or 0xD25F6B) is known color: Cabaret. HEX triplet: D2, 5F and 6B. RGB value is (210,95,107). Sum of RGB (Red+Green+Blue) = 210+95+107=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F6B is #2DA094. Grayscale: #828282. Windows color (decimal): -2990229 or 7036882. OLE color: 7036882.
HSL color Cylindrical-coordinate representation of color #D25F6B: hue angle of 353.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F6B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 107 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.18 |
| HSL | 353.74º | 0.56% | 0.6% | - |
| HSV(B) | 353.74º | 0.55% | 0.82% | - |
| XYZ | 33.32 | 22.95 | 16.58 | - |
| YUV | 130.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 107 | 0 | 0.55 | 0.49 | 0.18 | 353.74 | 0.56 | 0.6 |
| Hex | D2 | 5F | 6B | 0 | 37 | 31 | 12 | 162 | 38 | 3C |
| Octal | 322 | 137 | 153 | 0 | 67 | 61 | 22 | 542 | 70 | 74 |
| Binary | 11010010 | 1011111 | 1101011 | 0 | 110111 | 110001 | 10010 | 101100010 | 111000 | 111100 |
Color Harmonies of #D25F6B
Complementary color
Monochromatic Colors of #D25F6B
Black with #D25F6B
Text Example
Text Example
White with #D25F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F6B; }
p { color: rgb(210,95,107); }
H1.HeaderClassName
{
color: #D25F6B;
}
.AnyTagClassName
{
color: #D25F6B;
}
</style>
background-color css
<style>
a { background-color: #D25F6B; }
a { background-color: rgb(210,95,107); }
div.DivClassName
{
background-color: #D25F6B;
}
.BgClassName
{
background-color: #D25F6B;
}
</style>
border-color css
<style>
span { border-color: #D25F6B; }
span { border-color: rgb(210,95,107); }
td.TdClassName
{
border-color: #D25F6B;
}
.TagClassName
{
border-color: #D25F6B;
}
</style>