Shades of Fuchsia #D264B9
Tints of Fuchsia #D264B9
RGB
CMYK
RGB Variations
Color information
#D264B9 (or 0xD264B9) is known color: Fuchsia. HEX triplet: D2, 64 and B9. RGB value is (210,100,185). Sum of RGB (Red+Green+Blue) = 210+100+185=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D264B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264B9 is #2D9B46. Grayscale: #8E8E8E. Windows color (decimal): -2988871 or 12149970. OLE color: 12149970.
HSL color Cylindrical-coordinate representation of color #D264B9: hue angle of 313.64º 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 #D264B9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 185 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.18 |
| HSL | 313.64º | 0.55% | 0.61% | - |
| HSV(B) | 313.64º | 0.52% | 0.82% | - |
| XYZ | 39.89 | 26.32 | 48.88 | - |
| YUV | 142.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 185 | 0 | 0.52 | 0.12 | 0.18 | 313.64 | 0.55 | 0.61 |
| Hex | D2 | 64 | B9 | 0 | 34 | C | 12 | 13A | 37 | 3D |
| Octal | 322 | 144 | 271 | 0 | 64 | 14 | 22 | 472 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10111001 | 0 | 110100 | 1100 | 10010 | 100111010 | 110111 | 111101 |
Color Harmonies of #D264B9
Complementary color
Monochromatic Colors of #D264B9
Black with #D264B9
Text Example
Text Example
White with #D264B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264B9; }
p { color: rgb(210,100,185); }
H1.HeaderClassName
{
color: #D264B9;
}
.AnyTagClassName
{
color: #D264B9;
}
</style>
background-color css
<style>
a { background-color: #D264B9; }
a { background-color: rgb(210,100,185); }
div.DivClassName
{
background-color: #D264B9;
}
.BgClassName
{
background-color: #D264B9;
}
</style>
border-color css
<style>
span { border-color: #D264B9; }
span { border-color: rgb(210,100,185); }
td.TdClassName
{
border-color: #D264B9;
}
.TagClassName
{
border-color: #D264B9;
}
</style>