Shades of Fuchsia #D654C2
Tints of Fuchsia #D654C2
RGB
CMYK
RGB Variations
Color information
#D654C2 (or 0xD654C2) is known color: Fuchsia. HEX triplet: D6, 54 and C2. RGB value is (214,84,194). Sum of RGB (Red+Green+Blue) = 214+84+194=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D654C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654C2 is #29AB3D. Grayscale: #878787. Windows color (decimal): -2730814 or 12735702. OLE color: 12735702.
HSL color Cylindrical-coordinate representation of color #D654C2: hue angle of 309.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654C2 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 194 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.16 |
| HSL | 309.23º | 0.61% | 0.58% | - |
| HSV(B) | 309.23º | 0.61% | 0.84% | - |
| XYZ | 40.64 | 24.53 | 53.63 | - |
| YUV | 135.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 194 | 0 | 0.61 | 0.09 | 0.16 | 309.23 | 0.61 | 0.58 |
| Hex | D6 | 54 | C2 | 0 | 3D | 9 | 10 | 135 | 3D | 3A |
| Octal | 326 | 124 | 302 | 0 | 75 | 11 | 20 | 465 | 75 | 72 |
| Binary | 11010110 | 1010100 | 11000010 | 0 | 111101 | 1001 | 10000 | 100110101 | 111101 | 111010 |
Color Harmonies of #D654C2
Complementary color
Monochromatic Colors of #D654C2
Black with #D654C2
Text Example
Text Example
White with #D654C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654C2; }
p { color: rgb(214,84,194); }
H1.HeaderClassName
{
color: #D654C2;
}
.AnyTagClassName
{
color: #D654C2;
}
</style>
background-color css
<style>
a { background-color: #D654C2; }
a { background-color: rgb(214,84,194); }
div.DivClassName
{
background-color: #D654C2;
}
.BgClassName
{
background-color: #D654C2;
}
</style>
border-color css
<style>
span { border-color: #D654C2; }
span { border-color: rgb(214,84,194); }
td.TdClassName
{
border-color: #D654C2;
}
.TagClassName
{
border-color: #D654C2;
}
</style>