Shades of Fuchsia #D265BC
Tints of Fuchsia #D265BC
RGB
CMYK
RGB Variations
Color information
#D265BC (or 0xD265BC) is known color: Fuchsia. HEX triplet: D2, 65 and BC. RGB value is (210,101,188). Sum of RGB (Red+Green+Blue) = 210+101+188=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D265BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265BC is #2D9A43. Grayscale: #8F8F8F. Windows color (decimal): -2988612 or 12346834. OLE color: 12346834.
HSL color Cylindrical-coordinate representation of color #D265BC: hue angle of 312.11º 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 #D265BC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 188 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.18 |
| HSL | 312.11º | 0.55% | 0.61% | - |
| HSV(B) | 312.11º | 0.52% | 0.82% | - |
| XYZ | 40.31 | 26.64 | 50.59 | - |
| YUV | 143.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 188 | 0 | 0.52 | 0.10 | 0.18 | 312.11 | 0.55 | 0.61 |
| Hex | D2 | 65 | BC | 0 | 34 | A | 12 | 138 | 37 | 3D |
| Octal | 322 | 145 | 274 | 0 | 64 | 12 | 22 | 470 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10111100 | 0 | 110100 | 1010 | 10010 | 100111000 | 110111 | 111101 |
Color Harmonies of #D265BC
Complementary color
Monochromatic Colors of #D265BC
Black with #D265BC
Text Example
Text Example
White with #D265BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265BC; }
p { color: rgb(210,101,188); }
H1.HeaderClassName
{
color: #D265BC;
}
.AnyTagClassName
{
color: #D265BC;
}
</style>
background-color css
<style>
a { background-color: #D265BC; }
a { background-color: rgb(210,101,188); }
div.DivClassName
{
background-color: #D265BC;
}
.BgClassName
{
background-color: #D265BC;
}
</style>
border-color css
<style>
span { border-color: #D265BC; }
span { border-color: rgb(210,101,188); }
td.TdClassName
{
border-color: #D265BC;
}
.TagClassName
{
border-color: #D265BC;
}
</style>