Shades of Fuchsia #D65CC0
Tints of Fuchsia #D65CC0
RGB
CMYK
RGB Variations
Color information
#D65CC0 (or 0xD65CC0) is known color: Fuchsia. HEX triplet: D6, 5C and C0. RGB value is (214,92,192). Sum of RGB (Red+Green+Blue) = 214+92+192=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC0 is #29A33F. Grayscale: #8B8B8B. Windows color (decimal): -2728768 or 12606678. OLE color: 12606678.
HSL color Cylindrical-coordinate representation of color #D65CC0: hue angle of 310.82º 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 #D65CC0 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 192 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.16 |
| HSL | 310.82º | 0.6% | 0.6% | - |
| HSV(B) | 310.82º | 0.57% | 0.84% | - |
| XYZ | 41.07 | 25.76 | 52.68 | - |
| YUV | 139.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 192 | 0 | 0.57 | 0.10 | 0.16 | 310.82 | 0.6 | 0.6 |
| Hex | D6 | 5C | C0 | 0 | 39 | A | 10 | 137 | 3C | 3C |
| Octal | 326 | 134 | 300 | 0 | 71 | 12 | 20 | 467 | 74 | 74 |
| Binary | 11010110 | 1011100 | 11000000 | 0 | 111001 | 1010 | 10000 | 100110111 | 111100 | 111100 |
Color Harmonies of #D65CC0
Complementary color
Monochromatic Colors of #D65CC0
Black with #D65CC0
Text Example
Text Example
White with #D65CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CC0; }
p { color: rgb(214,92,192); }
H1.HeaderClassName
{
color: #D65CC0;
}
.AnyTagClassName
{
color: #D65CC0;
}
</style>
background-color css
<style>
a { background-color: #D65CC0; }
a { background-color: rgb(214,92,192); }
div.DivClassName
{
background-color: #D65CC0;
}
.BgClassName
{
background-color: #D65CC0;
}
</style>
border-color css
<style>
span { border-color: #D65CC0; }
span { border-color: rgb(214,92,192); }
td.TdClassName
{
border-color: #D65CC0;
}
.TagClassName
{
border-color: #D65CC0;
}
</style>