Shades of Fuchsia #D135CE
Tints of Fuchsia #D135CE
RGB
CMYK
RGB Variations
Color information
#D135CE (or 0xD135CE) is known color: Fuchsia. HEX triplet: D1, 35 and CE. RGB value is (209,53,206). Sum of RGB (Red+Green+Blue) = 209+53+206=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D135CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135CE is #2ECA31. Grayscale: #747474. Windows color (decimal): -3066418 or 13514193. OLE color: 13514193.
HSL color Cylindrical-coordinate representation of color #D135CE: hue angle of 301.15º 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 #D135CE is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 206 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.18 |
| HSL | 301.15º | 0.63% | 0.51% | - |
| HSV(B) | 301.15º | 0.75% | 0.82% | - |
| XYZ | 38.71 | 20.56 | 60.32 | - |
| YUV | 117.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 206 | 0 | 0.75 | 0.01 | 0.18 | 301.15 | 0.63 | 0.51 |
| Hex | D1 | 35 | CE | 0 | 4B | 1 | 12 | 12D | 3F | 33 |
| Octal | 321 | 65 | 316 | 0 | 113 | 1 | 22 | 455 | 77 | 63 |
| Binary | 11010001 | 110101 | 11001110 | 0 | 1001011 | 1 | 10010 | 100101101 | 111111 | 110011 |
Color Harmonies of #D135CE
Complementary color
Monochromatic Colors of #D135CE
Black with #D135CE
Text Example
Text Example
White with #D135CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135CE; }
p { color: rgb(209,53,206); }
H1.HeaderClassName
{
color: #D135CE;
}
.AnyTagClassName
{
color: #D135CE;
}
</style>
background-color css
<style>
a { background-color: #D135CE; }
a { background-color: rgb(209,53,206); }
div.DivClassName
{
background-color: #D135CE;
}
.BgClassName
{
background-color: #D135CE;
}
</style>
border-color css
<style>
span { border-color: #D135CE; }
span { border-color: rgb(209,53,206); }
td.TdClassName
{
border-color: #D135CE;
}
.TagClassName
{
border-color: #D135CE;
}
</style>