Shades of Fuchsia #D351CB
Tints of Fuchsia #D351CB
RGB
CMYK
RGB Variations
Color information
#D351CB (or 0xD351CB) is known color: Fuchsia. HEX triplet: D3, 51 and CB. RGB value is (211,81,203). Sum of RGB (Red+Green+Blue) = 211+81+203=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D351CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351CB is #2CAE34. Grayscale: #858585. Windows color (decimal): -2928181 or 13324755. OLE color: 13324755.
HSL color Cylindrical-coordinate representation of color #D351CB: hue angle of 303.69º 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 #D351CB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 203 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.17 |
| HSL | 303.69º | 0.6% | 0.57% | - |
| HSV(B) | 303.69º | 0.62% | 0.83% | - |
| XYZ | 40.59 | 24.05 | 59 | - |
| YUV | 133.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 203 | 0 | 0.62 | 0.04 | 0.17 | 303.69 | 0.6 | 0.57 |
| Hex | D3 | 51 | CB | 0 | 3E | 4 | 11 | 130 | 3C | 39 |
| Octal | 323 | 121 | 313 | 0 | 76 | 4 | 21 | 460 | 74 | 71 |
| Binary | 11010011 | 1010001 | 11001011 | 0 | 111110 | 100 | 10001 | 100110000 | 111100 | 111001 |
Color Harmonies of #D351CB
Complementary color
Monochromatic Colors of #D351CB
Black with #D351CB
Text Example
Text Example
White with #D351CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351CB; }
p { color: rgb(211,81,203); }
H1.HeaderClassName
{
color: #D351CB;
}
.AnyTagClassName
{
color: #D351CB;
}
</style>
background-color css
<style>
a { background-color: #D351CB; }
a { background-color: rgb(211,81,203); }
div.DivClassName
{
background-color: #D351CB;
}
.BgClassName
{
background-color: #D351CB;
}
</style>
border-color css
<style>
span { border-color: #D351CB; }
span { border-color: rgb(211,81,203); }
td.TdClassName
{
border-color: #D351CB;
}
.TagClassName
{
border-color: #D351CB;
}
</style>