Shades of Fuchsia #D65CC1
Tints of Fuchsia #D65CC1
RGB
CMYK
RGB Variations
Color information
#D65CC1 (or 0xD65CC1) is known color: Fuchsia. HEX triplet: D6, 5C and C1. RGB value is (214,92,193). Sum of RGB (Red+Green+Blue) = 214+92+193=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC1 is #29A33E. Grayscale: #8B8B8B. Windows color (decimal): -2728767 or 12672214. OLE color: 12672214.
HSL color Cylindrical-coordinate representation of color #D65CC1: hue angle of 310.33º 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 #D65CC1 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 193 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.16 |
| HSL | 310.33º | 0.6% | 0.6% | - |
| HSV(B) | 310.33º | 0.57% | 0.84% | - |
| XYZ | 41.18 | 25.8 | 53.26 | - |
| YUV | 139.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 193 | 0 | 0.57 | 0.10 | 0.16 | 310.33 | 0.6 | 0.6 |
| Hex | D6 | 5C | C1 | 0 | 39 | A | 10 | 136 | 3C | 3C |
| Octal | 326 | 134 | 301 | 0 | 71 | 12 | 20 | 466 | 74 | 74 |
| Binary | 11010110 | 1011100 | 11000001 | 0 | 111001 | 1010 | 10000 | 100110110 | 111100 | 111100 |
Color Harmonies of #D65CC1
Complementary color
Monochromatic Colors of #D65CC1
Black with #D65CC1
Text Example
Text Example
White with #D65CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CC1; }
p { color: rgb(214,92,193); }
H1.HeaderClassName
{
color: #D65CC1;
}
.AnyTagClassName
{
color: #D65CC1;
}
</style>
background-color css
<style>
a { background-color: #D65CC1; }
a { background-color: rgb(214,92,193); }
div.DivClassName
{
background-color: #D65CC1;
}
.BgClassName
{
background-color: #D65CC1;
}
</style>
border-color css
<style>
span { border-color: #D65CC1; }
span { border-color: rgb(214,92,193); }
td.TdClassName
{
border-color: #D65CC1;
}
.TagClassName
{
border-color: #D65CC1;
}
</style>