Shades of Fuchsia #D351CA
Tints of Fuchsia #D351CA
RGB
CMYK
RGB Variations
Color information
#D351CA (or 0xD351CA) is known color: Fuchsia. HEX triplet: D3, 51 and CA. RGB value is (211,81,202). Sum of RGB (Red+Green+Blue) = 211+81+202=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D351CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351CA is #2CAE35. Grayscale: #858585. Windows color (decimal): -2928182 or 13259219. OLE color: 13259219.
HSL color Cylindrical-coordinate representation of color #D351CA: hue angle of 304.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D351CA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 202 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.17 |
| HSL | 304.15º | 0.6% | 0.57% | - |
| HSV(B) | 304.15º | 0.62% | 0.83% | - |
| XYZ | 40.47 | 24 | 58.38 | - |
| YUV | 133.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 202 | 0 | 0.62 | 0.04 | 0.17 | 304.15 | 0.6 | 0.57 |
| Hex | D3 | 51 | CA | 0 | 3E | 4 | 11 | 130 | 3C | 39 |
| Octal | 323 | 121 | 312 | 0 | 76 | 4 | 21 | 460 | 74 | 71 |
| Binary | 11010011 | 1010001 | 11001010 | 0 | 111110 | 100 | 10001 | 100110000 | 111100 | 111001 |
Color Harmonies of #D351CA
Complementary color
Monochromatic Colors of #D351CA
Black with #D351CA
Text Example
Text Example
White with #D351CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351CA; }
p { color: rgb(211,81,202); }
H1.HeaderClassName
{
color: #D351CA;
}
.AnyTagClassName
{
color: #D351CA;
}
</style>
background-color css
<style>
a { background-color: #D351CA; }
a { background-color: rgb(211,81,202); }
div.DivClassName
{
background-color: #D351CA;
}
.BgClassName
{
background-color: #D351CA;
}
</style>
border-color css
<style>
span { border-color: #D351CA; }
span { border-color: rgb(211,81,202); }
td.TdClassName
{
border-color: #D351CA;
}
.TagClassName
{
border-color: #D351CA;
}
</style>