Shades of Fuchsia #D361C2
Tints of Fuchsia #D361C2
RGB
CMYK
RGB Variations
Color information
#D361C2 (or 0xD361C2) is known color: Fuchsia. HEX triplet: D3, 61 and C2. RGB value is (211,97,194). Sum of RGB (Red+Green+Blue) = 211+97+194=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D361C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361C2 is #2C9E3D. Grayscale: #8D8D8D. Windows color (decimal): -2924094 or 12739027. OLE color: 12739027.
HSL color Cylindrical-coordinate representation of color #D361C2: hue angle of 308.95º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D361C2 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 194 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.17 |
| HSL | 308.95º | 0.56% | 0.6% | - |
| HSV(B) | 308.95º | 0.54% | 0.83% | - |
| XYZ | 40.88 | 26.29 | 53.96 | - |
| YUV | 142.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 194 | 0 | 0.54 | 0.08 | 0.17 | 308.95 | 0.56 | 0.6 |
| Hex | D3 | 61 | C2 | 0 | 36 | 8 | 11 | 135 | 38 | 3C |
| Octal | 323 | 141 | 302 | 0 | 66 | 10 | 21 | 465 | 70 | 74 |
| Binary | 11010011 | 1100001 | 11000010 | 0 | 110110 | 1000 | 10001 | 100110101 | 111000 | 111100 |
Color Harmonies of #D361C2
Complementary color
Monochromatic Colors of #D361C2
Black with #D361C2
Text Example
Text Example
White with #D361C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D361C2; }
p { color: rgb(211,97,194); }
H1.HeaderClassName
{
color: #D361C2;
}
.AnyTagClassName
{
color: #D361C2;
}
</style>
background-color css
<style>
a { background-color: #D361C2; }
a { background-color: rgb(211,97,194); }
div.DivClassName
{
background-color: #D361C2;
}
.BgClassName
{
background-color: #D361C2;
}
</style>
border-color css
<style>
span { border-color: #D361C2; }
span { border-color: rgb(211,97,194); }
td.TdClassName
{
border-color: #D361C2;
}
.TagClassName
{
border-color: #D361C2;
}
</style>