Shades of Fuchsia #D535C7
Tints of Fuchsia #D535C7
RGB
CMYK
RGB Variations
Color information
#D535C7 (or 0xD535C7) is known color: Fuchsia. HEX triplet: D5, 35 and C7. RGB value is (213,53,199). Sum of RGB (Red+Green+Blue) = 213+53+199=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D535C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535C7 is #2ACA38. Grayscale: #757575. Windows color (decimal): -2804281 or 13055445. OLE color: 13055445.
HSL color Cylindrical-coordinate representation of color #D535C7: hue angle of 305.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D535C7 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 199 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.16 |
| HSL | 305.25º | 0.66% | 0.52% | - |
| HSV(B) | 305.25º | 0.75% | 0.84% | - |
| XYZ | 39.02 | 20.82 | 55.99 | - |
| YUV | 117.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 199 | 0 | 0.75 | 0.07 | 0.16 | 305.25 | 0.66 | 0.52 |
| Hex | D5 | 35 | C7 | 0 | 4B | 7 | 10 | 131 | 42 | 34 |
| Octal | 325 | 65 | 307 | 0 | 113 | 7 | 20 | 461 | 102 | 64 |
| Binary | 11010101 | 110101 | 11000111 | 0 | 1001011 | 111 | 10000 | 100110001 | 1000010 | 110100 |
Color Harmonies of #D535C7
Complementary color
Monochromatic Colors of #D535C7
Black with #D535C7
Text Example
Text Example
White with #D535C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D535C7; }
p { color: rgb(213,53,199); }
H1.HeaderClassName
{
color: #D535C7;
}
.AnyTagClassName
{
color: #D535C7;
}
</style>
background-color css
<style>
a { background-color: #D535C7; }
a { background-color: rgb(213,53,199); }
div.DivClassName
{
background-color: #D535C7;
}
.BgClassName
{
background-color: #D535C7;
}
</style>
border-color css
<style>
span { border-color: #D535C7; }
span { border-color: rgb(213,53,199); }
td.TdClassName
{
border-color: #D535C7;
}
.TagClassName
{
border-color: #D535C7;
}
</style>