Shades of Fuchsia #D65DBD
Tints of Fuchsia #D65DBD
RGB
CMYK
RGB Variations
Color information
#D65DBD (or 0xD65DBD) is known color: Fuchsia. HEX triplet: D6, 5D and BD. RGB value is (214,93,189). Sum of RGB (Red+Green+Blue) = 214+93+189=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DBD is #29A242. Grayscale: #8B8B8B. Windows color (decimal): -2728515 or 12410326. OLE color: 12410326.
HSL color Cylindrical-coordinate representation of color #D65DBD: hue angle of 312.4º 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 #D65DBD is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 189 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.16 |
| HSL | 312.4º | 0.6% | 0.6% | - |
| HSV(B) | 312.4º | 0.57% | 0.84% | - |
| XYZ | 40.83 | 25.8 | 50.97 | - |
| YUV | 140.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 189 | 0 | 0.57 | 0.12 | 0.16 | 312.4 | 0.6 | 0.6 |
| Hex | D6 | 5D | BD | 0 | 39 | C | 10 | 138 | 3C | 3C |
| Octal | 326 | 135 | 275 | 0 | 71 | 14 | 20 | 470 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10111101 | 0 | 111001 | 1100 | 10000 | 100111000 | 111100 | 111100 |
Color Harmonies of #D65DBD
Complementary color
Monochromatic Colors of #D65DBD
Black with #D65DBD
Text Example
Text Example
White with #D65DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DBD; }
p { color: rgb(214,93,189); }
H1.HeaderClassName
{
color: #D65DBD;
}
.AnyTagClassName
{
color: #D65DBD;
}
</style>
background-color css
<style>
a { background-color: #D65DBD; }
a { background-color: rgb(214,93,189); }
div.DivClassName
{
background-color: #D65DBD;
}
.BgClassName
{
background-color: #D65DBD;
}
</style>
border-color css
<style>
span { border-color: #D65DBD; }
span { border-color: rgb(214,93,189); }
td.TdClassName
{
border-color: #D65DBD;
}
.TagClassName
{
border-color: #D65DBD;
}
</style>