Shades of Fuchsia #D651C2
Tints of Fuchsia #D651C2
RGB
CMYK
RGB Variations
Color information
#D651C2 (or 0xD651C2) is known color: Fuchsia. HEX triplet: D6, 51 and C2. RGB value is (214,81,194). Sum of RGB (Red+Green+Blue) = 214+81+194=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D651C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651C2 is #29AE3D. Grayscale: #858585. Windows color (decimal): -2731582 or 12734934. OLE color: 12734934.
HSL color Cylindrical-coordinate representation of color #D651C2: hue angle of 309.02º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651C2 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 194 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.16 |
| HSL | 309.02º | 0.62% | 0.58% | - |
| HSV(B) | 309.02º | 0.62% | 0.84% | - |
| XYZ | 40.41 | 24.08 | 53.56 | - |
| YUV | 133.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 194 | 0 | 0.62 | 0.09 | 0.16 | 309.02 | 0.62 | 0.58 |
| Hex | D6 | 51 | C2 | 0 | 3E | 9 | 10 | 135 | 3E | 3A |
| Octal | 326 | 121 | 302 | 0 | 76 | 11 | 20 | 465 | 76 | 72 |
| Binary | 11010110 | 1010001 | 11000010 | 0 | 111110 | 1001 | 10000 | 100110101 | 111110 | 111010 |
Color Harmonies of #D651C2
Complementary color
Monochromatic Colors of #D651C2
Black with #D651C2
Text Example
Text Example
White with #D651C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651C2; }
p { color: rgb(214,81,194); }
H1.HeaderClassName
{
color: #D651C2;
}
.AnyTagClassName
{
color: #D651C2;
}
</style>
background-color css
<style>
a { background-color: #D651C2; }
a { background-color: rgb(214,81,194); }
div.DivClassName
{
background-color: #D651C2;
}
.BgClassName
{
background-color: #D651C2;
}
</style>
border-color css
<style>
span { border-color: #D651C2; }
span { border-color: rgb(214,81,194); }
td.TdClassName
{
border-color: #D651C2;
}
.TagClassName
{
border-color: #D651C2;
}
</style>