Shades of Fuchsia #D23CB3
Tints of Fuchsia #D23CB3
RGB
CMYK
RGB Variations
Color information
#D23CB3 (or 0xD23CB3) is known color: Fuchsia. HEX triplet: D2, 3C and B3. RGB value is (210,60,179). Sum of RGB (Red+Green+Blue) = 210+60+179=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CB3 is #2DC34C. Grayscale: #767676. Windows color (decimal): -2999117 or 11746514. OLE color: 11746514.
HSL color Cylindrical-coordinate representation of color #D23CB3: hue angle of 312.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CB3 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 179 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.18 |
| HSL | 312.4º | 0.63% | 0.53% | - |
| HSV(B) | 312.4º | 0.71% | 0.82% | - |
| XYZ | 36.33 | 20.19 | 44.63 | - |
| YUV | 118.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 179 | 0 | 0.71 | 0.15 | 0.18 | 312.4 | 0.63 | 0.53 |
| Hex | D2 | 3C | B3 | 0 | 47 | F | 12 | 138 | 3E | 35 |
| Octal | 322 | 74 | 263 | 0 | 107 | 17 | 22 | 470 | 76 | 65 |
| Binary | 11010010 | 111100 | 10110011 | 0 | 1000111 | 1111 | 10010 | 100111000 | 111110 | 110101 |
Color Harmonies of #D23CB3
Complementary color
Monochromatic Colors of #D23CB3
Black with #D23CB3
Text Example
Text Example
White with #D23CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CB3; }
p { color: rgb(210,60,179); }
H1.HeaderClassName
{
color: #D23CB3;
}
.AnyTagClassName
{
color: #D23CB3;
}
</style>
background-color css
<style>
a { background-color: #D23CB3; }
a { background-color: rgb(210,60,179); }
div.DivClassName
{
background-color: #D23CB3;
}
.BgClassName
{
background-color: #D23CB3;
}
</style>
border-color css
<style>
span { border-color: #D23CB3; }
span { border-color: rgb(210,60,179); }
td.TdClassName
{
border-color: #D23CB3;
}
.TagClassName
{
border-color: #D23CB3;
}
</style>