Shades of Fuchsia #D150CC
Tints of Fuchsia #D150CC
RGB
CMYK
RGB Variations
Color information
#D150CC (or 0xD150CC) is known color: Fuchsia. HEX triplet: D1, 50 and CC. RGB value is (209,80,204). Sum of RGB (Red+Green+Blue) = 209+80+204=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D150CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150CC is #2EAF33. Grayscale: #848484. Windows color (decimal): -3059508 or 13390033. OLE color: 13390033.
HSL color Cylindrical-coordinate representation of color #D150CC: hue angle of 302.33º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150CC is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 204 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.18 |
| HSL | 302.33º | 0.58% | 0.57% | - |
| HSV(B) | 302.33º | 0.62% | 0.82% | - |
| XYZ | 40.06 | 23.65 | 59.58 | - |
| YUV | 132.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 204 | 0 | 0.62 | 0.02 | 0.18 | 302.33 | 0.58 | 0.57 |
| Hex | D1 | 50 | CC | 0 | 3E | 2 | 12 | 12E | 3A | 39 |
| Octal | 321 | 120 | 314 | 0 | 76 | 2 | 22 | 456 | 72 | 71 |
| Binary | 11010001 | 1010000 | 11001100 | 0 | 111110 | 10 | 10010 | 100101110 | 111010 | 111001 |
Color Harmonies of #D150CC
Complementary color
Monochromatic Colors of #D150CC
Black with #D150CC
Text Example
Text Example
White with #D150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150CC; }
p { color: rgb(209,80,204); }
H1.HeaderClassName
{
color: #D150CC;
}
.AnyTagClassName
{
color: #D150CC;
}
</style>
background-color css
<style>
a { background-color: #D150CC; }
a { background-color: rgb(209,80,204); }
div.DivClassName
{
background-color: #D150CC;
}
.BgClassName
{
background-color: #D150CC;
}
</style>
border-color css
<style>
span { border-color: #D150CC; }
span { border-color: rgb(209,80,204); }
td.TdClassName
{
border-color: #D150CC;
}
.TagClassName
{
border-color: #D150CC;
}
</style>