Shades of Fuchsia #D235CF
Tints of Fuchsia #D235CF
RGB
CMYK
RGB Variations
Color information
#D235CF (or 0xD235CF) is known color: Fuchsia. HEX triplet: D2, 35 and CF. RGB value is (210,53,207). Sum of RGB (Red+Green+Blue) = 210+53+207=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D235CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235CF is #2DCA30. Grayscale: #757575. Windows color (decimal): -3000881 or 13579730. OLE color: 13579730.
HSL color Cylindrical-coordinate representation of color #D235CF: hue angle of 301.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D235CF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 207 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.18 |
| HSL | 301.15º | 0.64% | 0.52% | - |
| HSV(B) | 301.15º | 0.75% | 0.82% | - |
| XYZ | 39.11 | 20.75 | 60.98 | - |
| YUV | 117.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 207 | 0 | 0.75 | 0.01 | 0.18 | 301.15 | 0.64 | 0.52 |
| Hex | D2 | 35 | CF | 0 | 4B | 1 | 12 | 12D | 40 | 34 |
| Octal | 322 | 65 | 317 | 0 | 113 | 1 | 22 | 455 | 100 | 64 |
| Binary | 11010010 | 110101 | 11001111 | 0 | 1001011 | 1 | 10010 | 100101101 | 1000000 | 110100 |
Color Harmonies of #D235CF
Complementary color
Monochromatic Colors of #D235CF
Black with #D235CF
Text Example
Text Example
White with #D235CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235CF; }
p { color: rgb(210,53,207); }
H1.HeaderClassName
{
color: #D235CF;
}
.AnyTagClassName
{
color: #D235CF;
}
</style>
background-color css
<style>
a { background-color: #D235CF; }
a { background-color: rgb(210,53,207); }
div.DivClassName
{
background-color: #D235CF;
}
.BgClassName
{
background-color: #D235CF;
}
</style>
border-color css
<style>
span { border-color: #D235CF; }
span { border-color: rgb(210,53,207); }
td.TdClassName
{
border-color: #D235CF;
}
.TagClassName
{
border-color: #D235CF;
}
</style>