Shades of Fuchsia #D029B4
Tints of Fuchsia #D029B4
RGB
CMYK
RGB Variations
Color information
#D029B4 (or 0xD029B4) is known color: Fuchsia. HEX triplet: D0, 29 and B4. RGB value is (208,41,180). Sum of RGB (Red+Green+Blue) = 208+41+180=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D029B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D029B4 is #2FD64B. Grayscale: #6A6A6A. Windows color (decimal): -3135052 or 11807184. OLE color: 11807184.
HSL color Cylindrical-coordinate representation of color #D029B4: hue angle of 310.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D029B4 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 180 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.18 |
| HSL | 310.06º | 0.67% | 0.49% | - |
| HSV(B) | 310.06º | 0.8% | 0.82% | - |
| XYZ | 35.04 | 18.29 | 44.86 | - |
| YUV | 106.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 180 | 0 | 0.80 | 0.13 | 0.18 | 310.06 | 0.67 | 0.49 |
| Hex | D0 | 29 | B4 | 0 | 50 | D | 12 | 136 | 43 | 31 |
| Octal | 320 | 51 | 264 | 0 | 120 | 15 | 22 | 466 | 103 | 61 |
| Binary | 11010000 | 101001 | 10110100 | 0 | 1010000 | 1101 | 10010 | 100110110 | 1000011 | 110001 |
Color Harmonies of #D029B4
Complementary color
Monochromatic Colors of #D029B4
Black with #D029B4
Text Example
Text Example
White with #D029B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D029B4; }
p { color: rgb(208,41,180); }
H1.HeaderClassName
{
color: #D029B4;
}
.AnyTagClassName
{
color: #D029B4;
}
</style>
background-color css
<style>
a { background-color: #D029B4; }
a { background-color: rgb(208,41,180); }
div.DivClassName
{
background-color: #D029B4;
}
.BgClassName
{
background-color: #D029B4;
}
</style>
border-color css
<style>
span { border-color: #D029B4; }
span { border-color: rgb(208,41,180); }
td.TdClassName
{
border-color: #D029B4;
}
.TagClassName
{
border-color: #D029B4;
}
</style>