Shades of Fuchsia #D335BF
Tints of Fuchsia #D335BF
RGB
CMYK
RGB Variations
Color information
#D335BF (or 0xD335BF) is known color: Fuchsia. HEX triplet: D3, 35 and BF. RGB value is (211,53,191). Sum of RGB (Red+Green+Blue) = 211+53+191=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D335BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335BF is #2CCA40. Grayscale: #737373. Windows color (decimal): -2935361 or 12531155. OLE color: 12531155.
HSL color Cylindrical-coordinate representation of color #D335BF: hue angle of 307.59º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D335BF is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 191 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.17 |
| HSL | 307.59º | 0.64% | 0.52% | - |
| HSV(B) | 307.59º | 0.75% | 0.83% | - |
| XYZ | 37.54 | 20.16 | 51.2 | - |
| YUV | 115.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 191 | 0 | 0.75 | 0.09 | 0.17 | 307.59 | 0.64 | 0.52 |
| Hex | D3 | 35 | BF | 0 | 4B | 9 | 11 | 134 | 40 | 34 |
| Octal | 323 | 65 | 277 | 0 | 113 | 11 | 21 | 464 | 100 | 64 |
| Binary | 11010011 | 110101 | 10111111 | 0 | 1001011 | 1001 | 10001 | 100110100 | 1000000 | 110100 |
Color Harmonies of #D335BF
Complementary color
Monochromatic Colors of #D335BF
Black with #D335BF
Text Example
Text Example
White with #D335BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D335BF; }
p { color: rgb(211,53,191); }
H1.HeaderClassName
{
color: #D335BF;
}
.AnyTagClassName
{
color: #D335BF;
}
</style>
background-color css
<style>
a { background-color: #D335BF; }
a { background-color: rgb(211,53,191); }
div.DivClassName
{
background-color: #D335BF;
}
.BgClassName
{
background-color: #D335BF;
}
</style>
border-color css
<style>
span { border-color: #D335BF; }
span { border-color: rgb(211,53,191); }
td.TdClassName
{
border-color: #D335BF;
}
.TagClassName
{
border-color: #D335BF;
}
</style>