Shades of Fuchsia #D652C5
Tints of Fuchsia #D652C5
RGB
CMYK
RGB Variations
Color information
#D652C5 (or 0xD652C5) is known color: Fuchsia. HEX triplet: D6, 52 and C5. RGB value is (214,82,197). Sum of RGB (Red+Green+Blue) = 214+82+197=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D652C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652C5 is #29AD3A. Grayscale: #868686. Windows color (decimal): -2731323 or 12931798. OLE color: 12931798.
HSL color Cylindrical-coordinate representation of color #D652C5: hue angle of 307.73º 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 #D652C5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 197 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.16 |
| HSL | 307.73º | 0.62% | 0.58% | - |
| HSV(B) | 307.73º | 0.62% | 0.84% | - |
| XYZ | 40.83 | 24.36 | 55.37 | - |
| YUV | 134.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 197 | 0 | 0.62 | 0.08 | 0.16 | 307.73 | 0.62 | 0.58 |
| Hex | D6 | 52 | C5 | 0 | 3E | 8 | 10 | 134 | 3E | 3A |
| Octal | 326 | 122 | 305 | 0 | 76 | 10 | 20 | 464 | 76 | 72 |
| Binary | 11010110 | 1010010 | 11000101 | 0 | 111110 | 1000 | 10000 | 100110100 | 111110 | 111010 |
Color Harmonies of #D652C5
Complementary color
Monochromatic Colors of #D652C5
Black with #D652C5
Text Example
Text Example
White with #D652C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652C5; }
p { color: rgb(214,82,197); }
H1.HeaderClassName
{
color: #D652C5;
}
.AnyTagClassName
{
color: #D652C5;
}
</style>
background-color css
<style>
a { background-color: #D652C5; }
a { background-color: rgb(214,82,197); }
div.DivClassName
{
background-color: #D652C5;
}
.BgClassName
{
background-color: #D652C5;
}
</style>
border-color css
<style>
span { border-color: #D652C5; }
span { border-color: rgb(214,82,197); }
td.TdClassName
{
border-color: #D652C5;
}
.TagClassName
{
border-color: #D652C5;
}
</style>