Shades of Fuchsia #D265B1
Tints of Fuchsia #D265B1
RGB
CMYK
RGB Variations
Color information
#D265B1 (or 0xD265B1) is known color: Fuchsia. HEX triplet: D2, 65 and B1. RGB value is (210,101,177). Sum of RGB (Red+Green+Blue) = 210+101+177=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D265B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D265B1 is #2D9A4E. Grayscale: #8E8E8E. Windows color (decimal): -2988623 or 11625938. OLE color: 11625938.
HSL color Cylindrical-coordinate representation of color #D265B1: hue angle of 318.17º 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 #D265B1 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 177 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.18 |
| HSL | 318.17º | 0.55% | 0.61% | - |
| HSV(B) | 318.17º | 0.52% | 0.82% | - |
| XYZ | 39.17 | 26.18 | 44.58 | - |
| YUV | 142.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 177 | 0 | 0.52 | 0.16 | 0.18 | 318.17 | 0.55 | 0.61 |
| Hex | D2 | 65 | B1 | 0 | 34 | 10 | 12 | 13E | 37 | 3D |
| Octal | 322 | 145 | 261 | 0 | 64 | 20 | 22 | 476 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10110001 | 0 | 110100 | 10000 | 10010 | 100111110 | 110111 | 111101 |
Color Harmonies of #D265B1
Complementary color
Monochromatic Colors of #D265B1
Black with #D265B1
Text Example
Text Example
White with #D265B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265B1; }
p { color: rgb(210,101,177); }
H1.HeaderClassName
{
color: #D265B1;
}
.AnyTagClassName
{
color: #D265B1;
}
</style>
background-color css
<style>
a { background-color: #D265B1; }
a { background-color: rgb(210,101,177); }
div.DivClassName
{
background-color: #D265B1;
}
.BgClassName
{
background-color: #D265B1;
}
</style>
border-color css
<style>
span { border-color: #D265B1; }
span { border-color: rgb(210,101,177); }
td.TdClassName
{
border-color: #D265B1;
}
.TagClassName
{
border-color: #D265B1;
}
</style>