Shades of Fuchsia #D135CC
Tints of Fuchsia #D135CC
RGB
CMYK
RGB Variations
Color information
#D135CC (or 0xD135CC) is known color: Fuchsia. HEX triplet: D1, 35 and CC. RGB value is (209,53,204). Sum of RGB (Red+Green+Blue) = 209+53+204=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D135CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135CC is #2ECA33. Grayscale: #747474. Windows color (decimal): -3066420 or 13383121. OLE color: 13383121.
HSL color Cylindrical-coordinate representation of color #D135CC: hue angle of 301.92º 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 #D135CC is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 204 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.18 |
| HSL | 301.92º | 0.63% | 0.51% | - |
| HSV(B) | 301.92º | 0.75% | 0.82% | - |
| XYZ | 38.47 | 20.46 | 59.05 | - |
| YUV | 116.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 204 | 0 | 0.75 | 0.02 | 0.18 | 301.92 | 0.63 | 0.51 |
| Hex | D1 | 35 | CC | 0 | 4B | 2 | 12 | 12E | 3F | 33 |
| Octal | 321 | 65 | 314 | 0 | 113 | 2 | 22 | 456 | 77 | 63 |
| Binary | 11010001 | 110101 | 11001100 | 0 | 1001011 | 10 | 10010 | 100101110 | 111111 | 110011 |
Color Harmonies of #D135CC
Complementary color
Monochromatic Colors of #D135CC
Black with #D135CC
Text Example
Text Example
White with #D135CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135CC; }
p { color: rgb(209,53,204); }
H1.HeaderClassName
{
color: #D135CC;
}
.AnyTagClassName
{
color: #D135CC;
}
</style>
background-color css
<style>
a { background-color: #D135CC; }
a { background-color: rgb(209,53,204); }
div.DivClassName
{
background-color: #D135CC;
}
.BgClassName
{
background-color: #D135CC;
}
</style>
border-color css
<style>
span { border-color: #D135CC; }
span { border-color: rgb(209,53,204); }
td.TdClassName
{
border-color: #D135CC;
}
.TagClassName
{
border-color: #D135CC;
}
</style>