Shades of Fuchsia #D334D5
Tints of Fuchsia #D334D5
RGB
CMYK
RGB Variations
Color information
#D334D5 (or 0xD334D5) is known color: Fuchsia. HEX triplet: D3, 34 and D5. RGB value is (211,52,213). Sum of RGB (Red+Green+Blue) = 211+52+213=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #D334D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334D5 is #2CCB2A. Grayscale: #757575. Windows color (decimal): -2935595 or 13972691. OLE color: 13972691.
HSL color Cylindrical-coordinate representation of color #D334D5: hue angle of 299.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D334D5 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 52 | 213 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.16 |
| HSL | 299.25º | 0.66% | 0.52% | - |
| HSV(B) | 299.25º | 0.76% | 0.84% | - |
| XYZ | 40.1 | 21.11 | 64.91 | - |
| YUV | 117.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 213 | 0.01 | 0.76 | 0 | 0.16 | 299.25 | 0.66 | 0.52 |
| Hex | D3 | 34 | D5 | 1 | 4C | 0 | 10 | 12B | 42 | 34 |
| Octal | 323 | 64 | 325 | 1 | 114 | 0 | 20 | 453 | 102 | 64 |
| Binary | 11010011 | 110100 | 11010101 | 1 | 1001100 | 0 | 10000 | 100101011 | 1000010 | 110100 |
Color Harmonies of #D334D5
Complementary color
Monochromatic Colors of #D334D5
Black with #D334D5
Text Example
Text Example
White with #D334D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334D5; }
p { color: rgb(211,52,213); }
H1.HeaderClassName
{
color: #D334D5;
}
.AnyTagClassName
{
color: #D334D5;
}
</style>
background-color css
<style>
a { background-color: #D334D5; }
a { background-color: rgb(211,52,213); }
div.DivClassName
{
background-color: #D334D5;
}
.BgClassName
{
background-color: #D334D5;
}
</style>
border-color css
<style>
span { border-color: #D334D5; }
span { border-color: rgb(211,52,213); }
td.TdClassName
{
border-color: #D334D5;
}
.TagClassName
{
border-color: #D334D5;
}
</style>