Shades of Fuchsia #D02BB7
Tints of Fuchsia #D02BB7
RGB
CMYK
RGB Variations
Color information
#D02BB7 (or 0xD02BB7) is known color: Fuchsia. HEX triplet: D0, 2B and B7. RGB value is (208,43,183). Sum of RGB (Red+Green+Blue) = 208+43+183=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BB7 is #2FD448. Grayscale: #6B6B6B. Windows color (decimal): -3134537 or 12004304. OLE color: 12004304.
HSL color Cylindrical-coordinate representation of color #D02BB7: hue angle of 309.09º 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 #D02BB7 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 183 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.18 |
| HSL | 309.09º | 0.66% | 0.49% | - |
| HSV(B) | 309.09º | 0.79% | 0.82% | - |
| XYZ | 35.42 | 18.56 | 46.51 | - |
| YUV | 108.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 183 | 0 | 0.79 | 0.12 | 0.18 | 309.09 | 0.66 | 0.49 |
| Hex | D0 | 2B | B7 | 0 | 4F | C | 12 | 135 | 42 | 31 |
| Octal | 320 | 53 | 267 | 0 | 117 | 14 | 22 | 465 | 102 | 61 |
| Binary | 11010000 | 101011 | 10110111 | 0 | 1001111 | 1100 | 10010 | 100110101 | 1000010 | 110001 |
Color Harmonies of #D02BB7
Complementary color
Monochromatic Colors of #D02BB7
Black with #D02BB7
Text Example
Text Example
White with #D02BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BB7; }
p { color: rgb(208,43,183); }
H1.HeaderClassName
{
color: #D02BB7;
}
.AnyTagClassName
{
color: #D02BB7;
}
</style>
background-color css
<style>
a { background-color: #D02BB7; }
a { background-color: rgb(208,43,183); }
div.DivClassName
{
background-color: #D02BB7;
}
.BgClassName
{
background-color: #D02BB7;
}
</style>
border-color css
<style>
span { border-color: #D02BB7; }
span { border-color: rgb(208,43,183); }
td.TdClassName
{
border-color: #D02BB7;
}
.TagClassName
{
border-color: #D02BB7;
}
</style>