Shades of Fuchsia #D737B5
Tints of Fuchsia #D737B5
RGB
CMYK
RGB Variations
Color information
#D737B5 (or 0xD737B5) is known color: Fuchsia. HEX triplet: D7, 37 and B5. RGB value is (215,55,181). Sum of RGB (Red+Green+Blue) = 215+55+181=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D737B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737B5 is #28C84A. Grayscale: #747474. Windows color (decimal): -2672715 or 11876311. OLE color: 11876311.
HSL color Cylindrical-coordinate representation of color #D737B5: hue angle of 312.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D737B5 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 181 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.16 |
| HSL | 312.75º | 0.67% | 0.53% | - |
| HSV(B) | 312.75º | 0.74% | 0.84% | - |
| XYZ | 37.73 | 20.52 | 45.69 | - |
| YUV | 117.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 181 | 0 | 0.74 | 0.16 | 0.16 | 312.75 | 0.67 | 0.53 |
| Hex | D7 | 37 | B5 | 0 | 4A | 10 | 10 | 139 | 43 | 35 |
| Octal | 327 | 67 | 265 | 0 | 112 | 20 | 20 | 471 | 103 | 65 |
| Binary | 11010111 | 110111 | 10110101 | 0 | 1001010 | 10000 | 10000 | 100111001 | 1000011 | 110101 |
Color Harmonies of #D737B5
Complementary color
Monochromatic Colors of #D737B5
Black with #D737B5
Text Example
Text Example
White with #D737B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D737B5; }
p { color: rgb(215,55,181); }
H1.HeaderClassName
{
color: #D737B5;
}
.AnyTagClassName
{
color: #D737B5;
}
</style>
background-color css
<style>
a { background-color: #D737B5; }
a { background-color: rgb(215,55,181); }
div.DivClassName
{
background-color: #D737B5;
}
.BgClassName
{
background-color: #D737B5;
}
</style>
border-color css
<style>
span { border-color: #D737B5; }
span { border-color: rgb(215,55,181); }
td.TdClassName
{
border-color: #D737B5;
}
.TagClassName
{
border-color: #D737B5;
}
</style>