Shades of Fuchsia #D135D5
Tints of Fuchsia #D135D5
RGB
CMYK
RGB Variations
Color information
#D135D5 (or 0xD135D5) is known color: Fuchsia. HEX triplet: D1, 35 and D5. RGB value is (209,53,213). Sum of RGB (Red+Green+Blue) = 209+53+213=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #D135D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135D5 is #2ECA2A. Grayscale: #757575. Windows color (decimal): -3066411 or 13972945. OLE color: 13972945.
HSL color Cylindrical-coordinate representation of color #D135D5: hue angle of 298.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 #D135D5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 53 | 213 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.16 |
| HSL | 298.5º | 0.66% | 0.52% | - |
| HSV(B) | 298.5º | 0.75% | 0.84% | - |
| XYZ | 39.58 | 20.91 | 64.9 | - |
| YUV | 117.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 213 | 0.02 | 0.75 | 0 | 0.16 | 298.5 | 0.66 | 0.52 |
| Hex | D1 | 35 | D5 | 2 | 4B | 0 | 10 | 12A | 42 | 34 |
| Octal | 321 | 65 | 325 | 2 | 113 | 0 | 20 | 452 | 102 | 64 |
| Binary | 11010001 | 110101 | 11010101 | 10 | 1001011 | 0 | 10000 | 100101010 | 1000010 | 110100 |
Color Harmonies of #D135D5
Complementary color
Monochromatic Colors of #D135D5
Black with #D135D5
Text Example
Text Example
White with #D135D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135D5; }
p { color: rgb(209,53,213); }
H1.HeaderClassName
{
color: #D135D5;
}
.AnyTagClassName
{
color: #D135D5;
}
</style>
background-color css
<style>
a { background-color: #D135D5; }
a { background-color: rgb(209,53,213); }
div.DivClassName
{
background-color: #D135D5;
}
.BgClassName
{
background-color: #D135D5;
}
</style>
border-color css
<style>
span { border-color: #D135D5; }
span { border-color: rgb(209,53,213); }
td.TdClassName
{
border-color: #D135D5;
}
.TagClassName
{
border-color: #D135D5;
}
</style>