Shades of Fuchsia #D265BE
Tints of Fuchsia #D265BE
RGB
CMYK
RGB Variations
Color information
#D265BE (or 0xD265BE) is known color: Fuchsia. HEX triplet: D2, 65 and BE. RGB value is (210,101,190). Sum of RGB (Red+Green+Blue) = 210+101+190=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D265BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265BE is #2D9A41. Grayscale: #8F8F8F. Windows color (decimal): -2988610 or 12477906. OLE color: 12477906.
HSL color Cylindrical-coordinate representation of color #D265BE: hue angle of 311.01º 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 #D265BE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 190 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.18 |
| HSL | 311.01º | 0.55% | 0.61% | - |
| HSV(B) | 311.01º | 0.52% | 0.82% | - |
| XYZ | 40.53 | 26.73 | 51.74 | - |
| YUV | 143.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 190 | 0 | 0.52 | 0.10 | 0.18 | 311.01 | 0.55 | 0.61 |
| Hex | D2 | 65 | BE | 0 | 34 | A | 12 | 137 | 37 | 3D |
| Octal | 322 | 145 | 276 | 0 | 64 | 12 | 22 | 467 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10111110 | 0 | 110100 | 1010 | 10010 | 100110111 | 110111 | 111101 |
Color Harmonies of #D265BE
Complementary color
Monochromatic Colors of #D265BE
Black with #D265BE
Text Example
Text Example
White with #D265BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265BE; }
p { color: rgb(210,101,190); }
H1.HeaderClassName
{
color: #D265BE;
}
.AnyTagClassName
{
color: #D265BE;
}
</style>
background-color css
<style>
a { background-color: #D265BE; }
a { background-color: rgb(210,101,190); }
div.DivClassName
{
background-color: #D265BE;
}
.BgClassName
{
background-color: #D265BE;
}
</style>
border-color css
<style>
span { border-color: #D265BE; }
span { border-color: rgb(210,101,190); }
td.TdClassName
{
border-color: #D265BE;
}
.TagClassName
{
border-color: #D265BE;
}
</style>