Shades of Fuchsia #D262AF
Tints of Fuchsia #D262AF
RGB
CMYK
RGB Variations
Color information
#D262AF (or 0xD262AF) is known color: Fuchsia. HEX triplet: D2, 62 and AF. RGB value is (210,98,175). Sum of RGB (Red+Green+Blue) = 210+98+175=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D262AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D262AF is #2D9D50. Grayscale: #8C8C8C. Windows color (decimal): -2989393 or 11494098. OLE color: 11494098.
HSL color Cylindrical-coordinate representation of color #D262AF: hue angle of 318.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262AF is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 175 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.18 |
| HSL | 318.75º | 0.55% | 0.6% | - |
| HSV(B) | 318.75º | 0.53% | 0.82% | - |
| XYZ | 38.68 | 25.53 | 43.45 | - |
| YUV | 140.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 175 | 0 | 0.53 | 0.17 | 0.18 | 318.75 | 0.55 | 0.6 |
| Hex | D2 | 62 | AF | 0 | 35 | 11 | 12 | 13F | 37 | 3C |
| Octal | 322 | 142 | 257 | 0 | 65 | 21 | 22 | 477 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10101111 | 0 | 110101 | 10001 | 10010 | 100111111 | 110111 | 111100 |
Color Harmonies of #D262AF
Complementary color
Monochromatic Colors of #D262AF
Black with #D262AF
Text Example
Text Example
White with #D262AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262AF; }
p { color: rgb(210,98,175); }
H1.HeaderClassName
{
color: #D262AF;
}
.AnyTagClassName
{
color: #D262AF;
}
</style>
background-color css
<style>
a { background-color: #D262AF; }
a { background-color: rgb(210,98,175); }
div.DivClassName
{
background-color: #D262AF;
}
.BgClassName
{
background-color: #D262AF;
}
</style>
border-color css
<style>
span { border-color: #D262AF; }
span { border-color: rgb(210,98,175); }
td.TdClassName
{
border-color: #D262AF;
}
.TagClassName
{
border-color: #D262AF;
}
</style>