Shades of Fuchsia #D65DB2
Tints of Fuchsia #D65DB2
RGB
CMYK
RGB Variations
Color information
#D65DB2 (or 0xD65DB2) is known color: Fuchsia. HEX triplet: D6, 5D and B2. RGB value is (214,93,178). Sum of RGB (Red+Green+Blue) = 214+93+178=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DB2 is #29A24D. Grayscale: #8A8A8A. Windows color (decimal): -2728526 or 11689430. OLE color: 11689430.
HSL color Cylindrical-coordinate representation of color #D65DB2: hue angle of 317.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DB2 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 178 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.16 |
| HSL | 317.85º | 0.6% | 0.6% | - |
| HSV(B) | 317.85º | 0.57% | 0.84% | - |
| XYZ | 39.68 | 25.34 | 44.92 | - |
| YUV | 138.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 178 | 0 | 0.57 | 0.17 | 0.16 | 317.85 | 0.6 | 0.6 |
| Hex | D6 | 5D | B2 | 0 | 39 | 11 | 10 | 13E | 3C | 3C |
| Octal | 326 | 135 | 262 | 0 | 71 | 21 | 20 | 476 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10110010 | 0 | 111001 | 10001 | 10000 | 100111110 | 111100 | 111100 |
Color Harmonies of #D65DB2
Complementary color
Monochromatic Colors of #D65DB2
Black with #D65DB2
Text Example
Text Example
White with #D65DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DB2; }
p { color: rgb(214,93,178); }
H1.HeaderClassName
{
color: #D65DB2;
}
.AnyTagClassName
{
color: #D65DB2;
}
</style>
background-color css
<style>
a { background-color: #D65DB2; }
a { background-color: rgb(214,93,178); }
div.DivClassName
{
background-color: #D65DB2;
}
.BgClassName
{
background-color: #D65DB2;
}
</style>
border-color css
<style>
span { border-color: #D65DB2; }
span { border-color: rgb(214,93,178); }
td.TdClassName
{
border-color: #D65DB2;
}
.TagClassName
{
border-color: #D65DB2;
}
</style>