Shades of Fuchsia #D265BD
Tints of Fuchsia #D265BD
RGB
CMYK
RGB Variations
Color information
#D265BD (or 0xD265BD) is known color: Fuchsia. HEX triplet: D2, 65 and BD. RGB value is (210,101,189). Sum of RGB (Red+Green+Blue) = 210+101+189=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D265BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265BD is #2D9A42. Grayscale: #8F8F8F. Windows color (decimal): -2988611 or 12412370. OLE color: 12412370.
HSL color Cylindrical-coordinate representation of color #D265BD: hue angle of 311.56º 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 #D265BD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 189 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.18 |
| HSL | 311.56º | 0.55% | 0.61% | - |
| HSV(B) | 311.56º | 0.52% | 0.82% | - |
| XYZ | 40.42 | 26.68 | 51.16 | - |
| YUV | 143.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 189 | 0 | 0.52 | 0.10 | 0.18 | 311.56 | 0.55 | 0.61 |
| Hex | D2 | 65 | BD | 0 | 34 | A | 12 | 138 | 37 | 3D |
| Octal | 322 | 145 | 275 | 0 | 64 | 12 | 22 | 470 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10111101 | 0 | 110100 | 1010 | 10010 | 100111000 | 110111 | 111101 |
Color Harmonies of #D265BD
Complementary color
Monochromatic Colors of #D265BD
Black with #D265BD
Text Example
Text Example
White with #D265BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265BD; }
p { color: rgb(210,101,189); }
H1.HeaderClassName
{
color: #D265BD;
}
.AnyTagClassName
{
color: #D265BD;
}
</style>
background-color css
<style>
a { background-color: #D265BD; }
a { background-color: rgb(210,101,189); }
div.DivClassName
{
background-color: #D265BD;
}
.BgClassName
{
background-color: #D265BD;
}
</style>
border-color css
<style>
span { border-color: #D265BD; }
span { border-color: rgb(210,101,189); }
td.TdClassName
{
border-color: #D265BD;
}
.TagClassName
{
border-color: #D265BD;
}
</style>