Shades of Fuchsia #D253BF
Tints of Fuchsia #D253BF
RGB
CMYK
RGB Variations
Color information
#D253BF (or 0xD253BF) is known color: Fuchsia. HEX triplet: D2, 53 and BF. RGB value is (210,83,191). Sum of RGB (Red+Green+Blue) = 210+83+191=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D253BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253BF is #2DAC40. Grayscale: #848484. Windows color (decimal): -2993217 or 12538834. OLE color: 12538834.
HSL color Cylindrical-coordinate representation of color #D253BF: hue angle of 308.98º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253BF is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 191 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.18 |
| HSL | 308.98º | 0.59% | 0.57% | - |
| HSV(B) | 308.98º | 0.6% | 0.82% | - |
| XYZ | 39.08 | 23.65 | 51.8 | - |
| YUV | 133.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 191 | 0 | 0.60 | 0.09 | 0.18 | 308.98 | 0.59 | 0.57 |
| Hex | D2 | 53 | BF | 0 | 3C | 9 | 12 | 135 | 3B | 39 |
| Octal | 322 | 123 | 277 | 0 | 74 | 11 | 22 | 465 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10111111 | 0 | 111100 | 1001 | 10010 | 100110101 | 111011 | 111001 |
Color Harmonies of #D253BF
Complementary color
Monochromatic Colors of #D253BF
Black with #D253BF
Text Example
Text Example
White with #D253BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253BF; }
p { color: rgb(210,83,191); }
H1.HeaderClassName
{
color: #D253BF;
}
.AnyTagClassName
{
color: #D253BF;
}
</style>
background-color css
<style>
a { background-color: #D253BF; }
a { background-color: rgb(210,83,191); }
div.DivClassName
{
background-color: #D253BF;
}
.BgClassName
{
background-color: #D253BF;
}
</style>
border-color css
<style>
span { border-color: #D253BF; }
span { border-color: rgb(210,83,191); }
td.TdClassName
{
border-color: #D253BF;
}
.TagClassName
{
border-color: #D253BF;
}
</style>