Shades of Fuchsia #D265B2
Tints of Fuchsia #D265B2
RGB
CMYK
RGB Variations
Color information
#D265B2 (or 0xD265B2) is known color: Fuchsia. HEX triplet: D2, 65 and B2. RGB value is (210,101,178). Sum of RGB (Red+Green+Blue) = 210+101+178=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D265B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D265B2 is #2D9A4D. Grayscale: #8E8E8E. Windows color (decimal): -2988622 or 11691474. OLE color: 11691474.
HSL color Cylindrical-coordinate representation of color #D265B2: hue angle of 317.61º 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 #D265B2 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 178 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.18 |
| HSL | 317.61º | 0.55% | 0.61% | - |
| HSV(B) | 317.61º | 0.52% | 0.82% | - |
| XYZ | 39.27 | 26.22 | 45.11 | - |
| YUV | 142.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 178 | 0 | 0.52 | 0.15 | 0.18 | 317.61 | 0.55 | 0.61 |
| Hex | D2 | 65 | B2 | 0 | 34 | F | 12 | 13E | 37 | 3D |
| Octal | 322 | 145 | 262 | 0 | 64 | 17 | 22 | 476 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10110010 | 0 | 110100 | 1111 | 10010 | 100111110 | 110111 | 111101 |
Color Harmonies of #D265B2
Complementary color
Monochromatic Colors of #D265B2
Black with #D265B2
Text Example
Text Example
White with #D265B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265B2; }
p { color: rgb(210,101,178); }
H1.HeaderClassName
{
color: #D265B2;
}
.AnyTagClassName
{
color: #D265B2;
}
</style>
background-color css
<style>
a { background-color: #D265B2; }
a { background-color: rgb(210,101,178); }
div.DivClassName
{
background-color: #D265B2;
}
.BgClassName
{
background-color: #D265B2;
}
</style>
border-color css
<style>
span { border-color: #D265B2; }
span { border-color: rgb(210,101,178); }
td.TdClassName
{
border-color: #D265B2;
}
.TagClassName
{
border-color: #D265B2;
}
</style>