Shades of Fuchsia #D152CC
Tints of Fuchsia #D152CC
RGB
CMYK
RGB Variations
Color information
#D152CC (or 0xD152CC) is known color: Fuchsia. HEX triplet: D1, 52 and CC. RGB value is (209,82,204). Sum of RGB (Red+Green+Blue) = 209+82+204=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D152CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152CC is #2EAD33. Grayscale: #858585. Windows color (decimal): -3058996 or 13390545. OLE color: 13390545.
HSL color Cylindrical-coordinate representation of color #D152CC: hue angle of 302.36º 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 #D152CC is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 204 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.18 |
| HSL | 302.36º | 0.58% | 0.57% | - |
| HSV(B) | 302.36º | 0.61% | 0.82% | - |
| XYZ | 40.21 | 23.95 | 59.63 | - |
| YUV | 133.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 204 | 0 | 0.61 | 0.02 | 0.18 | 302.36 | 0.58 | 0.57 |
| Hex | D1 | 52 | CC | 0 | 3D | 2 | 12 | 12E | 3A | 39 |
| Octal | 321 | 122 | 314 | 0 | 75 | 2 | 22 | 456 | 72 | 71 |
| Binary | 11010001 | 1010010 | 11001100 | 0 | 111101 | 10 | 10010 | 100101110 | 111010 | 111001 |
Color Harmonies of #D152CC
Complementary color
Monochromatic Colors of #D152CC
Black with #D152CC
Text Example
Text Example
White with #D152CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152CC; }
p { color: rgb(209,82,204); }
H1.HeaderClassName
{
color: #D152CC;
}
.AnyTagClassName
{
color: #D152CC;
}
</style>
background-color css
<style>
a { background-color: #D152CC; }
a { background-color: rgb(209,82,204); }
div.DivClassName
{
background-color: #D152CC;
}
.BgClassName
{
background-color: #D152CC;
}
</style>
border-color css
<style>
span { border-color: #D152CC; }
span { border-color: rgb(209,82,204); }
td.TdClassName
{
border-color: #D152CC;
}
.TagClassName
{
border-color: #D152CC;
}
</style>