Shades of Fuchsia #D651B5
Tints of Fuchsia #D651B5
RGB
CMYK
RGB Variations
Color information
#D651B5 (or 0xD651B5) is known color: Fuchsia. HEX triplet: D6, 51 and B5. RGB value is (214,81,181). Sum of RGB (Red+Green+Blue) = 214+81+181=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D651B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651B5 is #29AE4A. Grayscale: #838383. Windows color (decimal): -2731595 or 11882966. OLE color: 11882966.
HSL color Cylindrical-coordinate representation of color #D651B5: hue angle of 314.89º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651B5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 81 | 181 | - |
CMYK | 0 | 0.62 | 0.15 | 0.16 |
HSL | 314.89º | 0.62% | 0.58% | - |
HSV(B) | 314.89º | 0.62% | 0.84% | - |
XYZ | 39.01 | 23.52 | 46.2 | - |
YUV | 132.17 | 155.56 | 186.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 81 | 181 | 0 | 0.62 | 0.15 | 0.16 | 314.89 | 0.62 | 0.58 |
Hex | D6 | 51 | B5 | 0 | 3E | F | 10 | 13B | 3E | 3A |
Octal | 326 | 121 | 265 | 0 | 76 | 17 | 20 | 473 | 76 | 72 |
Binary | 11010110 | 1010001 | 10110101 | 0 | 111110 | 1111 | 10000 | 100111011 | 111110 | 111010 |
Color Harmonies of #D651B5
Complementary color
Monochromatic Colors of #D651B5
Black with #D651B5
Text Example
Text Example
White with #D651B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651B5; }
p { color: rgb(214,81,181); }
H1.HeaderClassName
{
color: #D651B5;
}
.AnyTagClassName
{
color: #D651B5;
}
</style>
background-color css
<style>
a { background-color: #D651B5; }
a { background-color: rgb(214,81,181); }
div.DivClassName
{
background-color: #D651B5;
}
.BgClassName
{
background-color: #D651B5;
}
</style>
border-color css
<style>
span { border-color: #D651B5; }
span { border-color: rgb(214,81,181); }
td.TdClassName
{
border-color: #D651B5;
}
.TagClassName
{
border-color: #D651B5;
}
</style>