Shades of Fuchsia #D135D0
Tints of Fuchsia #D135D0
RGB
CMYK
RGB Variations
Color information
#D135D0 (or 0xD135D0) is known color: Fuchsia. HEX triplet: D1, 35 and D0. RGB value is (209,53,208). Sum of RGB (Red+Green+Blue) = 209+53+208=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D135D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135D0 is #2ECA2F. Grayscale: #747474. Windows color (decimal): -3066416 or 13645265. OLE color: 13645265.
HSL color Cylindrical-coordinate representation of color #D135D0: hue angle of 300.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135D0 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 208 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.18 |
| HSL | 300.38º | 0.63% | 0.51% | - |
| HSV(B) | 300.38º | 0.75% | 0.82% | - |
| XYZ | 38.95 | 20.66 | 61.61 | - |
| YUV | 117.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 208 | 0 | 0.75 | 0.00 | 0.18 | 300.38 | 0.63 | 0.51 |
| Hex | D1 | 35 | D0 | 0 | 4B | 0 | 12 | 12C | 3F | 33 |
| Octal | 321 | 65 | 320 | 0 | 113 | 0 | 22 | 454 | 77 | 63 |
| Binary | 11010001 | 110101 | 11010000 | 0 | 1001011 | 0 | 10010 | 100101100 | 111111 | 110011 |
Color Harmonies of #D135D0
Complementary color
Monochromatic Colors of #D135D0
Black with #D135D0
Text Example
Text Example
White with #D135D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135D0; }
p { color: rgb(209,53,208); }
H1.HeaderClassName
{
color: #D135D0;
}
.AnyTagClassName
{
color: #D135D0;
}
</style>
background-color css
<style>
a { background-color: #D135D0; }
a { background-color: rgb(209,53,208); }
div.DivClassName
{
background-color: #D135D0;
}
.BgClassName
{
background-color: #D135D0;
}
</style>
border-color css
<style>
span { border-color: #D135D0; }
span { border-color: rgb(209,53,208); }
td.TdClassName
{
border-color: #D135D0;
}
.TagClassName
{
border-color: #D135D0;
}
</style>