Shades of Fuchsia #D13CD2
Tints of Fuchsia #D13CD2
RGB
CMYK
RGB Variations
Color information
#D13CD2 (or 0xD13CD2) is known color: Fuchsia. HEX triplet: D1, 3C and D2. RGB value is (209,60,210). Sum of RGB (Red+Green+Blue) = 209+60+210=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #D13CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CD2 is #2EC32D. Grayscale: #797979. Windows color (decimal): -3064622 or 13778129. OLE color: 13778129.
HSL color Cylindrical-coordinate representation of color #D13CD2: hue angle of 299.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13CD2 is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 60 | 210 | - |
CMYK | 0.00 | 0.71 | 0 | 0.18 |
HSL | 299.6º | 0.63% | 0.53% | - |
HSV(B) | 299.6º | 0.71% | 0.82% | - |
XYZ | 39.54 | 21.44 | 63.03 | - |
YUV | 121.65 | 177.86 | 190.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 60 | 210 | 0.00 | 0.71 | 0 | 0.18 | 299.6 | 0.63 | 0.53 |
Hex | D1 | 3C | D2 | 0 | 47 | 0 | 12 | 12C | 3E | 35 |
Octal | 321 | 74 | 322 | 0 | 107 | 0 | 22 | 454 | 76 | 65 |
Binary | 11010001 | 111100 | 11010010 | 0 | 1000111 | 0 | 10010 | 100101100 | 111110 | 110101 |
Color Harmonies of #D13CD2
Complementary color
Monochromatic Colors of #D13CD2
Black with #D13CD2
Text Example
Text Example
White with #D13CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CD2; }
p { color: rgb(209,60,210); }
H1.HeaderClassName
{
color: #D13CD2;
}
.AnyTagClassName
{
color: #D13CD2;
}
</style>
background-color css
<style>
a { background-color: #D13CD2; }
a { background-color: rgb(209,60,210); }
div.DivClassName
{
background-color: #D13CD2;
}
.BgClassName
{
background-color: #D13CD2;
}
</style>
border-color css
<style>
span { border-color: #D13CD2; }
span { border-color: rgb(209,60,210); }
td.TdClassName
{
border-color: #D13CD2;
}
.TagClassName
{
border-color: #D13CD2;
}
</style>