Shades of Fuchsia #D265B7
Tints of Fuchsia #D265B7
RGB
CMYK
RGB Variations
Color information
#D265B7 (or 0xD265B7) is known color: Fuchsia. HEX triplet: D2, 65 and B7. RGB value is (210,101,183). Sum of RGB (Red+Green+Blue) = 210+101+183=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D265B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265B7 is #2D9A48. Grayscale: #8E8E8E. Windows color (decimal): -2988617 or 12019154. OLE color: 12019154.
HSL color Cylindrical-coordinate representation of color #D265B7: hue angle of 314.86º 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 #D265B7 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 183 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.18 |
| HSL | 314.86º | 0.55% | 0.61% | - |
| HSV(B) | 314.86º | 0.52% | 0.82% | - |
| XYZ | 39.78 | 26.43 | 47.8 | - |
| YUV | 142.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 183 | 0 | 0.52 | 0.13 | 0.18 | 314.86 | 0.55 | 0.61 |
| Hex | D2 | 65 | B7 | 0 | 34 | D | 12 | 13B | 37 | 3D |
| Octal | 322 | 145 | 267 | 0 | 64 | 15 | 22 | 473 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10110111 | 0 | 110100 | 1101 | 10010 | 100111011 | 110111 | 111101 |
Color Harmonies of #D265B7
Complementary color
Monochromatic Colors of #D265B7
Black with #D265B7
Text Example
Text Example
White with #D265B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265B7; }
p { color: rgb(210,101,183); }
H1.HeaderClassName
{
color: #D265B7;
}
.AnyTagClassName
{
color: #D265B7;
}
</style>
background-color css
<style>
a { background-color: #D265B7; }
a { background-color: rgb(210,101,183); }
div.DivClassName
{
background-color: #D265B7;
}
.BgClassName
{
background-color: #D265B7;
}
</style>
border-color css
<style>
span { border-color: #D265B7; }
span { border-color: rgb(210,101,183); }
td.TdClassName
{
border-color: #D265B7;
}
.TagClassName
{
border-color: #D265B7;
}
</style>