Shades of Fuchsia #D635BD
Tints of Fuchsia #D635BD
RGB
CMYK
RGB Variations
Color information
#D635BD (or 0xD635BD) is known color: Fuchsia. HEX triplet: D6, 35 and BD. RGB value is (214,53,189). Sum of RGB (Red+Green+Blue) = 214+53+189=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D635BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635BD is #29CA42. Grayscale: #747474. Windows color (decimal): -2738755 or 12400086. OLE color: 12400086.
HSL color Cylindrical-coordinate representation of color #D635BD: hue angle of 309.32º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D635BD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 189 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.16 |
| HSL | 309.32º | 0.66% | 0.52% | - |
| HSV(B) | 309.32º | 0.75% | 0.84% | - |
| XYZ | 38.19 | 20.52 | 50.09 | - |
| YUV | 116.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 189 | 0 | 0.75 | 0.12 | 0.16 | 309.32 | 0.66 | 0.52 |
| Hex | D6 | 35 | BD | 0 | 4B | C | 10 | 135 | 42 | 34 |
| Octal | 326 | 65 | 275 | 0 | 113 | 14 | 20 | 465 | 102 | 64 |
| Binary | 11010110 | 110101 | 10111101 | 0 | 1001011 | 1100 | 10000 | 100110101 | 1000010 | 110100 |
Color Harmonies of #D635BD
Complementary color
Monochromatic Colors of #D635BD
Black with #D635BD
Text Example
Text Example
White with #D635BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635BD; }
p { color: rgb(214,53,189); }
H1.HeaderClassName
{
color: #D635BD;
}
.AnyTagClassName
{
color: #D635BD;
}
</style>
background-color css
<style>
a { background-color: #D635BD; }
a { background-color: rgb(214,53,189); }
div.DivClassName
{
background-color: #D635BD;
}
.BgClassName
{
background-color: #D635BD;
}
</style>
border-color css
<style>
span { border-color: #D635BD; }
span { border-color: rgb(214,53,189); }
td.TdClassName
{
border-color: #D635BD;
}
.TagClassName
{
border-color: #D635BD;
}
</style>