Shades of Fuchsia #D152C6
Tints of Fuchsia #D152C6
RGB
CMYK
RGB Variations
Color information
#D152C6 (or 0xD152C6) is known color: Fuchsia. HEX triplet: D1, 52 and C6. RGB value is (209,82,198). Sum of RGB (Red+Green+Blue) = 209+82+198=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D152C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152C6 is #2EAD39. Grayscale: #848484. Windows color (decimal): -3059002 or 12997329. OLE color: 12997329.
HSL color Cylindrical-coordinate representation of color #D152C6: hue angle of 305.2º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D152C6 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 198 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.18 |
| HSL | 305.2º | 0.58% | 0.57% | - |
| HSV(B) | 305.2º | 0.61% | 0.82% | - |
| XYZ | 39.5 | 23.67 | 55.91 | - |
| YUV | 133.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 198 | 0 | 0.61 | 0.05 | 0.18 | 305.2 | 0.58 | 0.57 |
| Hex | D1 | 52 | C6 | 0 | 3D | 5 | 12 | 131 | 3A | 39 |
| Octal | 321 | 122 | 306 | 0 | 75 | 5 | 22 | 461 | 72 | 71 |
| Binary | 11010001 | 1010010 | 11000110 | 0 | 111101 | 101 | 10010 | 100110001 | 111010 | 111001 |
Color Harmonies of #D152C6
Complementary color
Monochromatic Colors of #D152C6
Black with #D152C6
Text Example
Text Example
White with #D152C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152C6; }
p { color: rgb(209,82,198); }
H1.HeaderClassName
{
color: #D152C6;
}
.AnyTagClassName
{
color: #D152C6;
}
</style>
background-color css
<style>
a { background-color: #D152C6; }
a { background-color: rgb(209,82,198); }
div.DivClassName
{
background-color: #D152C6;
}
.BgClassName
{
background-color: #D152C6;
}
</style>
border-color css
<style>
span { border-color: #D152C6; }
span { border-color: rgb(209,82,198); }
td.TdClassName
{
border-color: #D152C6;
}
.TagClassName
{
border-color: #D152C6;
}
</style>