Shades of Fuchsia #D152B5
Tints of Fuchsia #D152B5
RGB
CMYK
RGB Variations
Color information
#D152B5 (or 0xD152B5) is known color: Fuchsia. HEX triplet: D1, 52 and B5. RGB value is (209,82,181). Sum of RGB (Red+Green+Blue) = 209+82+181=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D152B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152B5 is #2EAD4A. Grayscale: #828282. Windows color (decimal): -3059019 or 11883217. OLE color: 11883217.
HSL color Cylindrical-coordinate representation of color #D152B5: hue angle of 313.23º 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 #D152B5 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 82 | 181 | - |
CMYK | 0 | 0.61 | 0.13 | 0.18 |
HSL | 313.23º | 0.58% | 0.57% | - |
HSV(B) | 313.23º | 0.61% | 0.82% | - |
XYZ | 37.65 | 22.93 | 46.16 | - |
YUV | 131.26 | 156.08 | 183.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 82 | 181 | 0 | 0.61 | 0.13 | 0.18 | 313.23 | 0.58 | 0.57 |
Hex | D1 | 52 | B5 | 0 | 3D | D | 12 | 139 | 3A | 39 |
Octal | 321 | 122 | 265 | 0 | 75 | 15 | 22 | 471 | 72 | 71 |
Binary | 11010001 | 1010010 | 10110101 | 0 | 111101 | 1101 | 10010 | 100111001 | 111010 | 111001 |
Color Harmonies of #D152B5
Complementary color
Monochromatic Colors of #D152B5
Black with #D152B5
Text Example
Text Example
White with #D152B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152B5; }
p { color: rgb(209,82,181); }
H1.HeaderClassName
{
color: #D152B5;
}
.AnyTagClassName
{
color: #D152B5;
}
</style>
background-color css
<style>
a { background-color: #D152B5; }
a { background-color: rgb(209,82,181); }
div.DivClassName
{
background-color: #D152B5;
}
.BgClassName
{
background-color: #D152B5;
}
</style>
border-color css
<style>
span { border-color: #D152B5; }
span { border-color: rgb(209,82,181); }
td.TdClassName
{
border-color: #D152B5;
}
.TagClassName
{
border-color: #D152B5;
}
</style>