Shades of Fuchsia #D264B2
Tints of Fuchsia #D264B2
RGB
CMYK
RGB Variations
Color information
#D264B2 (or 0xD264B2) is known color: Fuchsia. HEX triplet: D2, 64 and B2. RGB value is (210,100,178). Sum of RGB (Red+Green+Blue) = 210+100+178=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D264B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D264B2 is #2D9B4D. Grayscale: #8D8D8D. Windows color (decimal): -2988878 or 11691218. OLE color: 11691218.
HSL color Cylindrical-coordinate representation of color #D264B2: hue angle of 317.45º 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 #D264B2 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 178 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.18 |
| HSL | 317.45º | 0.55% | 0.61% | - |
| HSV(B) | 317.45º | 0.52% | 0.82% | - |
| XYZ | 39.17 | 26.03 | 45.08 | - |
| YUV | 141.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 178 | 0 | 0.52 | 0.15 | 0.18 | 317.45 | 0.55 | 0.61 |
| Hex | D2 | 64 | B2 | 0 | 34 | F | 12 | 13D | 37 | 3D |
| Octal | 322 | 144 | 262 | 0 | 64 | 17 | 22 | 475 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10110010 | 0 | 110100 | 1111 | 10010 | 100111101 | 110111 | 111101 |
Color Harmonies of #D264B2
Complementary color
Monochromatic Colors of #D264B2
Black with #D264B2
Text Example
Text Example
White with #D264B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264B2; }
p { color: rgb(210,100,178); }
H1.HeaderClassName
{
color: #D264B2;
}
.AnyTagClassName
{
color: #D264B2;
}
</style>
background-color css
<style>
a { background-color: #D264B2; }
a { background-color: rgb(210,100,178); }
div.DivClassName
{
background-color: #D264B2;
}
.BgClassName
{
background-color: #D264B2;
}
</style>
border-color css
<style>
span { border-color: #D264B2; }
span { border-color: rgb(210,100,178); }
td.TdClassName
{
border-color: #D264B2;
}
.TagClassName
{
border-color: #D264B2;
}
</style>