Shades of Fuchsia #D02BC1
Tints of Fuchsia #D02BC1
RGB
CMYK
RGB Variations
Color information
#D02BC1 (or 0xD02BC1) is known color: Fuchsia. HEX triplet: D0, 2B and C1. RGB value is (208,43,193). Sum of RGB (Red+Green+Blue) = 208+43+193=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BC1 is #2FD43E. Grayscale: #6D6D6D. Windows color (decimal): -3134527 or 12659664. OLE color: 12659664.
HSL color Cylindrical-coordinate representation of color #D02BC1: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02BC1 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 193 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.18 |
| HSL | 305.45º | 0.66% | 0.49% | - |
| HSV(B) | 305.45º | 0.79% | 0.82% | - |
| XYZ | 36.5 | 18.99 | 52.19 | - |
| YUV | 109.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 193 | 0 | 0.79 | 0.07 | 0.18 | 305.45 | 0.66 | 0.49 |
| Hex | D0 | 2B | C1 | 0 | 4F | 7 | 12 | 131 | 42 | 31 |
| Octal | 320 | 53 | 301 | 0 | 117 | 7 | 22 | 461 | 102 | 61 |
| Binary | 11010000 | 101011 | 11000001 | 0 | 1001111 | 111 | 10010 | 100110001 | 1000010 | 110001 |
Color Harmonies of #D02BC1
Complementary color
Monochromatic Colors of #D02BC1
Black with #D02BC1
Text Example
Text Example
White with #D02BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BC1; }
p { color: rgb(208,43,193); }
H1.HeaderClassName
{
color: #D02BC1;
}
.AnyTagClassName
{
color: #D02BC1;
}
</style>
background-color css
<style>
a { background-color: #D02BC1; }
a { background-color: rgb(208,43,193); }
div.DivClassName
{
background-color: #D02BC1;
}
.BgClassName
{
background-color: #D02BC1;
}
</style>
border-color css
<style>
span { border-color: #D02BC1; }
span { border-color: rgb(208,43,193); }
td.TdClassName
{
border-color: #D02BC1;
}
.TagClassName
{
border-color: #D02BC1;
}
</style>