Shades of Fuchsia #D26BB4
Tints of Fuchsia #D26BB4
RGB
CMYK
RGB Variations
Color information
#D26BB4 (or 0xD26BB4) is known color: Fuchsia. HEX triplet: D2, 6B and B4. RGB value is (210,107,180). Sum of RGB (Red+Green+Blue) = 210+107+180=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BB4 is #2D944B. Grayscale: #919191. Windows color (decimal): -2987084 or 11824082. OLE color: 11824082.
HSL color Cylindrical-coordinate representation of color #D26BB4: hue angle of 317.48º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26BB4 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 180 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.18 |
| HSL | 317.48º | 0.53% | 0.62% | - |
| HSV(B) | 317.48º | 0.49% | 0.82% | - |
| XYZ | 40.07 | 27.51 | 46.38 | - |
| YUV | 146.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 180 | 0 | 0.49 | 0.14 | 0.18 | 317.48 | 0.53 | 0.62 |
| Hex | D2 | 6B | B4 | 0 | 31 | E | 12 | 13D | 35 | 3E |
| Octal | 322 | 153 | 264 | 0 | 61 | 16 | 22 | 475 | 65 | 76 |
| Binary | 11010010 | 1101011 | 10110100 | 0 | 110001 | 1110 | 10010 | 100111101 | 110101 | 111110 |
Color Harmonies of #D26BB4
Complementary color
Monochromatic Colors of #D26BB4
Black with #D26BB4
Text Example
Text Example
White with #D26BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BB4; }
p { color: rgb(210,107,180); }
H1.HeaderClassName
{
color: #D26BB4;
}
.AnyTagClassName
{
color: #D26BB4;
}
</style>
background-color css
<style>
a { background-color: #D26BB4; }
a { background-color: rgb(210,107,180); }
div.DivClassName
{
background-color: #D26BB4;
}
.BgClassName
{
background-color: #D26BB4;
}
</style>
border-color css
<style>
span { border-color: #D26BB4; }
span { border-color: rgb(210,107,180); }
td.TdClassName
{
border-color: #D26BB4;
}
.TagClassName
{
border-color: #D26BB4;
}
</style>