Shades of Fuchsia #D63DB4
Tints of Fuchsia #D63DB4
RGB
CMYK
RGB Variations
Color information
#D63DB4 (or 0xD63DB4) is known color: Fuchsia. HEX triplet: D6, 3D and B4. RGB value is (214,61,180). Sum of RGB (Red+Green+Blue) = 214+61+180=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DB4 is #29C24B. Grayscale: #777777. Windows color (decimal): -2736716 or 11812310. OLE color: 11812310.
HSL color Cylindrical-coordinate representation of color #D63DB4: hue angle of 313.33º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63DB4 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 180 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.16 |
| HSL | 313.33º | 0.65% | 0.54% | - |
| HSV(B) | 313.33º | 0.71% | 0.84% | - |
| XYZ | 37.64 | 20.93 | 45.24 | - |
| YUV | 120.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 180 | 0 | 0.71 | 0.16 | 0.16 | 313.33 | 0.65 | 0.54 |
| Hex | D6 | 3D | B4 | 0 | 47 | 10 | 10 | 139 | 41 | 36 |
| Octal | 326 | 75 | 264 | 0 | 107 | 20 | 20 | 471 | 101 | 66 |
| Binary | 11010110 | 111101 | 10110100 | 0 | 1000111 | 10000 | 10000 | 100111001 | 1000001 | 110110 |
Color Harmonies of #D63DB4
Complementary color
Monochromatic Colors of #D63DB4
Black with #D63DB4
Text Example
Text Example
White with #D63DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DB4; }
p { color: rgb(214,61,180); }
H1.HeaderClassName
{
color: #D63DB4;
}
.AnyTagClassName
{
color: #D63DB4;
}
</style>
background-color css
<style>
a { background-color: #D63DB4; }
a { background-color: rgb(214,61,180); }
div.DivClassName
{
background-color: #D63DB4;
}
.BgClassName
{
background-color: #D63DB4;
}
</style>
border-color css
<style>
span { border-color: #D63DB4; }
span { border-color: rgb(214,61,180); }
td.TdClassName
{
border-color: #D63DB4;
}
.TagClassName
{
border-color: #D63DB4;
}
</style>