Shades of Fuchsia #D264B5
Tints of Fuchsia #D264B5
RGB
CMYK
RGB Variations
Color information
#D264B5 (or 0xD264B5) is known color: Fuchsia. HEX triplet: D2, 64 and B5. RGB value is (210,100,181). Sum of RGB (Red+Green+Blue) = 210+100+181=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D264B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264B5 is #2D9B4A. Grayscale: #8D8D8D. Windows color (decimal): -2988875 or 11887826. OLE color: 11887826.
HSL color Cylindrical-coordinate representation of color #D264B5: hue angle of 315.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264B5 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 181 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.18 |
| HSL | 315.82º | 0.55% | 0.61% | - |
| HSV(B) | 315.82º | 0.52% | 0.82% | - |
| XYZ | 39.48 | 26.15 | 46.68 | - |
| YUV | 142.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 181 | 0 | 0.52 | 0.14 | 0.18 | 315.82 | 0.55 | 0.61 |
| Hex | D2 | 64 | B5 | 0 | 34 | E | 12 | 13C | 37 | 3D |
| Octal | 322 | 144 | 265 | 0 | 64 | 16 | 22 | 474 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10110101 | 0 | 110100 | 1110 | 10010 | 100111100 | 110111 | 111101 |
Color Harmonies of #D264B5
Complementary color
Monochromatic Colors of #D264B5
Black with #D264B5
Text Example
Text Example
White with #D264B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264B5; }
p { color: rgb(210,100,181); }
H1.HeaderClassName
{
color: #D264B5;
}
.AnyTagClassName
{
color: #D264B5;
}
</style>
background-color css
<style>
a { background-color: #D264B5; }
a { background-color: rgb(210,100,181); }
div.DivClassName
{
background-color: #D264B5;
}
.BgClassName
{
background-color: #D264B5;
}
</style>
border-color css
<style>
span { border-color: #D264B5; }
span { border-color: rgb(210,100,181); }
td.TdClassName
{
border-color: #D264B5;
}
.TagClassName
{
border-color: #D264B5;
}
</style>