Shades of Fuchsia #D334CA
Tints of Fuchsia #D334CA
RGB
CMYK
RGB Variations
Color information
#D334CA (or 0xD334CA) is known color: Fuchsia. HEX triplet: D3, 34 and CA. RGB value is (211,52,202). Sum of RGB (Red+Green+Blue) = 211+52+202=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D334CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334CA is #2CCB35. Grayscale: #747474. Windows color (decimal): -2935606 or 13251795. OLE color: 13251795.
HSL color Cylindrical-coordinate representation of color #D334CA: hue angle of 303.4º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D334CA is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 202 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.17 |
| HSL | 303.4º | 0.64% | 0.52% | - |
| HSV(B) | 303.4º | 0.75% | 0.83% | - |
| XYZ | 38.75 | 20.57 | 57.8 | - |
| YUV | 116.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 202 | 0 | 0.75 | 0.04 | 0.17 | 303.4 | 0.64 | 0.52 |
| Hex | D3 | 34 | CA | 0 | 4B | 4 | 11 | 12F | 40 | 34 |
| Octal | 323 | 64 | 312 | 0 | 113 | 4 | 21 | 457 | 100 | 64 |
| Binary | 11010011 | 110100 | 11001010 | 0 | 1001011 | 100 | 10001 | 100101111 | 1000000 | 110100 |
Color Harmonies of #D334CA
Complementary color
Monochromatic Colors of #D334CA
Black with #D334CA
Text Example
Text Example
White with #D334CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334CA; }
p { color: rgb(211,52,202); }
H1.HeaderClassName
{
color: #D334CA;
}
.AnyTagClassName
{
color: #D334CA;
}
</style>
background-color css
<style>
a { background-color: #D334CA; }
a { background-color: rgb(211,52,202); }
div.DivClassName
{
background-color: #D334CA;
}
.BgClassName
{
background-color: #D334CA;
}
</style>
border-color css
<style>
span { border-color: #D334CA; }
span { border-color: rgb(211,52,202); }
td.TdClassName
{
border-color: #D334CA;
}
.TagClassName
{
border-color: #D334CA;
}
</style>