Shades of Fuchsia #D262B4
Tints of Fuchsia #D262B4
RGB
CMYK
RGB Variations
Color information
#D262B4 (or 0xD262B4) is known color: Fuchsia. HEX triplet: D2, 62 and B4. RGB value is (210,98,180). Sum of RGB (Red+Green+Blue) = 210+98+180=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D262B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262B4 is #2D9D4B. Grayscale: #8C8C8C. Windows color (decimal): -2989388 or 11821778. OLE color: 11821778.
HSL color Cylindrical-coordinate representation of color #D262B4: hue angle of 316.07º 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 #D262B4 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 180 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.18 |
| HSL | 316.07º | 0.55% | 0.6% | - |
| HSV(B) | 316.07º | 0.53% | 0.82% | - |
| XYZ | 39.18 | 25.73 | 46.08 | - |
| YUV | 140.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 180 | 0 | 0.53 | 0.14 | 0.18 | 316.07 | 0.55 | 0.6 |
| Hex | D2 | 62 | B4 | 0 | 35 | E | 12 | 13C | 37 | 3C |
| Octal | 322 | 142 | 264 | 0 | 65 | 16 | 22 | 474 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10110100 | 0 | 110101 | 1110 | 10010 | 100111100 | 110111 | 111100 |
Color Harmonies of #D262B4
Complementary color
Monochromatic Colors of #D262B4
Black with #D262B4
Text Example
Text Example
White with #D262B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262B4; }
p { color: rgb(210,98,180); }
H1.HeaderClassName
{
color: #D262B4;
}
.AnyTagClassName
{
color: #D262B4;
}
</style>
background-color css
<style>
a { background-color: #D262B4; }
a { background-color: rgb(210,98,180); }
div.DivClassName
{
background-color: #D262B4;
}
.BgClassName
{
background-color: #D262B4;
}
</style>
border-color css
<style>
span { border-color: #D262B4; }
span { border-color: rgb(210,98,180); }
td.TdClassName
{
border-color: #D262B4;
}
.TagClassName
{
border-color: #D262B4;
}
</style>