Shades of Fuchsia #D652B2
Tints of Fuchsia #D652B2
RGB
CMYK
RGB Variations
Color information
#D652B2 (or 0xD652B2) is known color: Fuchsia. HEX triplet: D6, 52 and B2. RGB value is (214,82,178). Sum of RGB (Red+Green+Blue) = 214+82+178=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D652B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D652B2 is #29AD4D. Grayscale: #848484. Windows color (decimal): -2731342 or 11686614. OLE color: 11686614.
HSL color Cylindrical-coordinate representation of color #D652B2: hue angle of 316.36º 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 #D652B2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 178 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.16 |
| HSL | 316.36º | 0.62% | 0.58% | - |
| HSV(B) | 316.36º | 0.62% | 0.84% | - |
| XYZ | 38.78 | 23.55 | 44.62 | - |
| YUV | 132.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 178 | 0 | 0.62 | 0.17 | 0.16 | 316.36 | 0.62 | 0.58 |
| Hex | D6 | 52 | B2 | 0 | 3E | 11 | 10 | 13C | 3E | 3A |
| Octal | 326 | 122 | 262 | 0 | 76 | 21 | 20 | 474 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10110010 | 0 | 111110 | 10001 | 10000 | 100111100 | 111110 | 111010 |
Color Harmonies of #D652B2
Complementary color
Monochromatic Colors of #D652B2
Black with #D652B2
Text Example
Text Example
White with #D652B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652B2; }
p { color: rgb(214,82,178); }
H1.HeaderClassName
{
color: #D652B2;
}
.AnyTagClassName
{
color: #D652B2;
}
</style>
background-color css
<style>
a { background-color: #D652B2; }
a { background-color: rgb(214,82,178); }
div.DivClassName
{
background-color: #D652B2;
}
.BgClassName
{
background-color: #D652B2;
}
</style>
border-color css
<style>
span { border-color: #D652B2; }
span { border-color: rgb(214,82,178); }
td.TdClassName
{
border-color: #D652B2;
}
.TagClassName
{
border-color: #D652B2;
}
</style>