Shades of Fuchsia #D249CB
Tints of Fuchsia #D249CB
RGB
CMYK
RGB Variations
Color information
#D249CB (or 0xD249CB) is known color: Fuchsia. HEX triplet: D2, 49 and CB. RGB value is (210,73,203). Sum of RGB (Red+Green+Blue) = 210+73+203=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CB is #2DB634. Grayscale: #808080. Windows color (decimal): -2995765 or 13322706. OLE color: 13322706.
HSL color Cylindrical-coordinate representation of color #D249CB: hue angle of 303.07º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D249CB is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 203 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.18 |
| HSL | 303.07º | 0.6% | 0.55% | - |
| HSV(B) | 303.07º | 0.65% | 0.82% | - |
| XYZ | 39.74 | 22.78 | 58.8 | - |
| YUV | 128.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 203 | 0 | 0.65 | 0.03 | 0.18 | 303.07 | 0.6 | 0.55 |
| Hex | D2 | 49 | CB | 0 | 41 | 3 | 12 | 12F | 3C | 37 |
| Octal | 322 | 111 | 313 | 0 | 101 | 3 | 22 | 457 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11001011 | 0 | 1000001 | 11 | 10010 | 100101111 | 111100 | 110111 |
Color Harmonies of #D249CB
Complementary color
Monochromatic Colors of #D249CB
Black with #D249CB
Text Example
Text Example
White with #D249CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249CB; }
p { color: rgb(210,73,203); }
H1.HeaderClassName
{
color: #D249CB;
}
.AnyTagClassName
{
color: #D249CB;
}
</style>
background-color css
<style>
a { background-color: #D249CB; }
a { background-color: rgb(210,73,203); }
div.DivClassName
{
background-color: #D249CB;
}
.BgClassName
{
background-color: #D249CB;
}
</style>
border-color css
<style>
span { border-color: #D249CB; }
span { border-color: rgb(210,73,203); }
td.TdClassName
{
border-color: #D249CB;
}
.TagClassName
{
border-color: #D249CB;
}
</style>