Shades of Fuchsia #D93CB3
Tints of Fuchsia #D93CB3
RGB
CMYK
RGB Variations
Color information
#D93CB3 (or 0xD93CB3) is known color: Fuchsia. HEX triplet: D9, 3C and B3. RGB value is (217,60,179). Sum of RGB (Red+Green+Blue) = 217+60+179=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CB3 is #26C34C. Grayscale: #787878. Windows color (decimal): -2540365 or 11746521. OLE color: 11746521.
HSL color Cylindrical-coordinate representation of color #D93CB3: hue angle of 314.52º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CB3 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 179 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.15 |
| HSL | 314.52º | 0.67% | 0.54% | - |
| HSV(B) | 314.52º | 0.72% | 0.85% | - |
| XYZ | 38.37 | 21.24 | 44.72 | - |
| YUV | 120.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 179 | 0 | 0.72 | 0.18 | 0.15 | 314.52 | 0.67 | 0.54 |
| Hex | D9 | 3C | B3 | 0 | 48 | 12 | F | 13B | 43 | 36 |
| Octal | 331 | 74 | 263 | 0 | 110 | 22 | 17 | 473 | 103 | 66 |
| Binary | 11011001 | 111100 | 10110011 | 0 | 1001000 | 10010 | 1111 | 100111011 | 1000011 | 110110 |
Color Harmonies of #D93CB3
Complementary color
Monochromatic Colors of #D93CB3
Black with #D93CB3
Text Example
Text Example
White with #D93CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CB3; }
p { color: rgb(217,60,179); }
H1.HeaderClassName
{
color: #D93CB3;
}
.AnyTagClassName
{
color: #D93CB3;
}
</style>
background-color css
<style>
a { background-color: #D93CB3; }
a { background-color: rgb(217,60,179); }
div.DivClassName
{
background-color: #D93CB3;
}
.BgClassName
{
background-color: #D93CB3;
}
</style>
border-color css
<style>
span { border-color: #D93CB3; }
span { border-color: rgb(217,60,179); }
td.TdClassName
{
border-color: #D93CB3;
}
.TagClassName
{
border-color: #D93CB3;
}
</style>