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