Shades of Fuchsia #D350CB
Tints of Fuchsia #D350CB
RGB
CMYK
RGB Variations
Color information
#D350CB (or 0xD350CB) is known color: Fuchsia. HEX triplet: D3, 50 and CB. RGB value is (211,80,203). Sum of RGB (Red+Green+Blue) = 211+80+203=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D350CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350CB is #2CAF34. Grayscale: #848484. Windows color (decimal): -2928437 or 13324499. OLE color: 13324499.
HSL color Cylindrical-coordinate representation of color #D350CB: hue angle of 303.66º 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 #D350CB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 203 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.17 |
| HSL | 303.66º | 0.6% | 0.57% | - |
| HSV(B) | 303.66º | 0.62% | 0.83% | - |
| XYZ | 40.51 | 23.9 | 58.98 | - |
| YUV | 133.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 203 | 0 | 0.62 | 0.04 | 0.17 | 303.66 | 0.6 | 0.57 |
| Hex | D3 | 50 | CB | 0 | 3E | 4 | 11 | 130 | 3C | 39 |
| Octal | 323 | 120 | 313 | 0 | 76 | 4 | 21 | 460 | 74 | 71 |
| Binary | 11010011 | 1010000 | 11001011 | 0 | 111110 | 100 | 10001 | 100110000 | 111100 | 111001 |
Color Harmonies of #D350CB
Complementary color
Monochromatic Colors of #D350CB
Black with #D350CB
Text Example
Text Example
White with #D350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350CB; }
p { color: rgb(211,80,203); }
H1.HeaderClassName
{
color: #D350CB;
}
.AnyTagClassName
{
color: #D350CB;
}
</style>
background-color css
<style>
a { background-color: #D350CB; }
a { background-color: rgb(211,80,203); }
div.DivClassName
{
background-color: #D350CB;
}
.BgClassName
{
background-color: #D350CB;
}
</style>
border-color css
<style>
span { border-color: #D350CB; }
span { border-color: rgb(211,80,203); }
td.TdClassName
{
border-color: #D350CB;
}
.TagClassName
{
border-color: #D350CB;
}
</style>