Shades of Fuchsia #D135CB
Tints of Fuchsia #D135CB
RGB
CMYK
RGB Variations
Color information
#D135CB (or 0xD135CB) is known color: Fuchsia. HEX triplet: D1, 35 and CB. RGB value is (209,53,203). Sum of RGB (Red+Green+Blue) = 209+53+203=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D135CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135CB is #2ECA34. Grayscale: #747474. Windows color (decimal): -3066421 or 13317585. OLE color: 13317585.
HSL color Cylindrical-coordinate representation of color #D135CB: hue angle of 302.31º 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 #D135CB is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 203 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.18 |
| HSL | 302.31º | 0.63% | 0.51% | - |
| HSV(B) | 302.31º | 0.75% | 0.82% | - |
| XYZ | 38.35 | 20.41 | 58.42 | - |
| YUV | 116.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 203 | 0 | 0.75 | 0.03 | 0.18 | 302.31 | 0.63 | 0.51 |
| Hex | D1 | 35 | CB | 0 | 4B | 3 | 12 | 12E | 3F | 33 |
| Octal | 321 | 65 | 313 | 0 | 113 | 3 | 22 | 456 | 77 | 63 |
| Binary | 11010001 | 110101 | 11001011 | 0 | 1001011 | 11 | 10010 | 100101110 | 111111 | 110011 |
Color Harmonies of #D135CB
Complementary color
Monochromatic Colors of #D135CB
Black with #D135CB
Text Example
Text Example
White with #D135CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135CB; }
p { color: rgb(209,53,203); }
H1.HeaderClassName
{
color: #D135CB;
}
.AnyTagClassName
{
color: #D135CB;
}
</style>
background-color css
<style>
a { background-color: #D135CB; }
a { background-color: rgb(209,53,203); }
div.DivClassName
{
background-color: #D135CB;
}
.BgClassName
{
background-color: #D135CB;
}
</style>
border-color css
<style>
span { border-color: #D135CB; }
span { border-color: rgb(209,53,203); }
td.TdClassName
{
border-color: #D135CB;
}
.TagClassName
{
border-color: #D135CB;
}
</style>