Shades of Fuchsia #D150B8
Tints of Fuchsia #D150B8
RGB
CMYK
RGB Variations
Color information
#D150B8 (or 0xD150B8) is known color: Fuchsia. HEX triplet: D1, 50 and B8. RGB value is (209,80,184). Sum of RGB (Red+Green+Blue) = 209+80+184=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150B8 is #2EAF47. Grayscale: #828282. Windows color (decimal): -3059528 or 12079313. OLE color: 12079313.
HSL color Cylindrical-coordinate representation of color #D150B8: hue angle of 311.63º 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 #D150B8 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 184 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.18 |
| HSL | 311.63º | 0.58% | 0.57% | - |
| HSV(B) | 311.63º | 0.62% | 0.82% | - |
| XYZ | 37.81 | 22.75 | 47.75 | - |
| YUV | 130.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 184 | 0 | 0.62 | 0.12 | 0.18 | 311.63 | 0.58 | 0.57 |
| Hex | D1 | 50 | B8 | 0 | 3E | C | 12 | 138 | 3A | 39 |
| Octal | 321 | 120 | 270 | 0 | 76 | 14 | 22 | 470 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10111000 | 0 | 111110 | 1100 | 10010 | 100111000 | 111010 | 111001 |
Color Harmonies of #D150B8
Complementary color
Monochromatic Colors of #D150B8
Black with #D150B8
Text Example
Text Example
White with #D150B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150B8; }
p { color: rgb(209,80,184); }
H1.HeaderClassName
{
color: #D150B8;
}
.AnyTagClassName
{
color: #D150B8;
}
</style>
background-color css
<style>
a { background-color: #D150B8; }
a { background-color: rgb(209,80,184); }
div.DivClassName
{
background-color: #D150B8;
}
.BgClassName
{
background-color: #D150B8;
}
</style>
border-color css
<style>
span { border-color: #D150B8; }
span { border-color: rgb(209,80,184); }
td.TdClassName
{
border-color: #D150B8;
}
.TagClassName
{
border-color: #D150B8;
}
</style>