Shades of Fuchsia #D535C1
Tints of Fuchsia #D535C1
RGB
CMYK
RGB Variations
Color information
#D535C1 (or 0xD535C1) is known color: Fuchsia. HEX triplet: D5, 35 and C1. RGB value is (213,53,193). Sum of RGB (Red+Green+Blue) = 213+53+193=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D535C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535C1 is #2ACA3E. Grayscale: #747474. Windows color (decimal): -2804287 or 12662229. OLE color: 12662229.
HSL color Cylindrical-coordinate representation of color #D535C1: hue angle of 307.5º 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 #D535C1 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 193 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.16 |
| HSL | 307.5º | 0.66% | 0.52% | - |
| HSV(B) | 307.5º | 0.75% | 0.84% | - |
| XYZ | 38.34 | 20.54 | 52.4 | - |
| YUV | 116.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 193 | 0 | 0.75 | 0.09 | 0.16 | 307.5 | 0.66 | 0.52 |
| Hex | D5 | 35 | C1 | 0 | 4B | 9 | 10 | 134 | 42 | 34 |
| Octal | 325 | 65 | 301 | 0 | 113 | 11 | 20 | 464 | 102 | 64 |
| Binary | 11010101 | 110101 | 11000001 | 0 | 1001011 | 1001 | 10000 | 100110100 | 1000010 | 110100 |
Color Harmonies of #D535C1
Complementary color
Monochromatic Colors of #D535C1
Black with #D535C1
Text Example
Text Example
White with #D535C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D535C1; }
p { color: rgb(213,53,193); }
H1.HeaderClassName
{
color: #D535C1;
}
.AnyTagClassName
{
color: #D535C1;
}
</style>
background-color css
<style>
a { background-color: #D535C1; }
a { background-color: rgb(213,53,193); }
div.DivClassName
{
background-color: #D535C1;
}
.BgClassName
{
background-color: #D535C1;
}
</style>
border-color css
<style>
span { border-color: #D535C1; }
span { border-color: rgb(213,53,193); }
td.TdClassName
{
border-color: #D535C1;
}
.TagClassName
{
border-color: #D535C1;
}
</style>