Shades of Fuchsia #D261C4
Tints of Fuchsia #D261C4
RGB
CMYK
RGB Variations
Color information
#D261C4 (or 0xD261C4) is known color: Fuchsia. HEX triplet: D2, 61 and C4. RGB value is (210,97,196). Sum of RGB (Red+Green+Blue) = 210+97+196=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D261C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261C4 is #2D9E3B. Grayscale: #8D8D8D. Windows color (decimal): -2989628 or 12870098. OLE color: 12870098.
HSL color Cylindrical-coordinate representation of color #D261C4: hue angle of 307.43º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261C4 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 196 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.18 |
| HSL | 307.43º | 0.56% | 0.6% | - |
| HSV(B) | 307.43º | 0.54% | 0.82% | - |
| XYZ | 40.82 | 26.24 | 55.14 | - |
| YUV | 142.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 196 | 0 | 0.54 | 0.07 | 0.18 | 307.43 | 0.56 | 0.6 |
| Hex | D2 | 61 | C4 | 0 | 36 | 7 | 12 | 133 | 38 | 3C |
| Octal | 322 | 141 | 304 | 0 | 66 | 7 | 22 | 463 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11000100 | 0 | 110110 | 111 | 10010 | 100110011 | 111000 | 111100 |
Color Harmonies of #D261C4
Complementary color
Monochromatic Colors of #D261C4
Black with #D261C4
Text Example
Text Example
White with #D261C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261C4; }
p { color: rgb(210,97,196); }
H1.HeaderClassName
{
color: #D261C4;
}
.AnyTagClassName
{
color: #D261C4;
}
</style>
background-color css
<style>
a { background-color: #D261C4; }
a { background-color: rgb(210,97,196); }
div.DivClassName
{
background-color: #D261C4;
}
.BgClassName
{
background-color: #D261C4;
}
</style>
border-color css
<style>
span { border-color: #D261C4; }
span { border-color: rgb(210,97,196); }
td.TdClassName
{
border-color: #D261C4;
}
.TagClassName
{
border-color: #D261C4;
}
</style>