Shades of Fuchsia #D25CBB
Tints of Fuchsia #D25CBB
RGB
CMYK
RGB Variations
Color information
#D25CBB (or 0xD25CBB) is known color: Fuchsia. HEX triplet: D2, 5C and BB. RGB value is (210,92,187). Sum of RGB (Red+Green+Blue) = 210+92+187=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CBB is #2DA344. Grayscale: #898989. Windows color (decimal): -2990917 or 12278994. OLE color: 12278994.
HSL color Cylindrical-coordinate representation of color #D25CBB: hue angle of 311.69º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CBB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 187 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 311.69º | 0.57% | 0.59% | - |
| HSV(B) | 311.69º | 0.56% | 0.82% | - |
| XYZ | 39.38 | 24.94 | 49.75 | - |
| YUV | 138.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 187 | 0 | 0.56 | 0.11 | 0.18 | 311.69 | 0.57 | 0.59 |
| Hex | D2 | 5C | BB | 0 | 38 | B | 12 | 138 | 39 | 3B |
| Octal | 322 | 134 | 273 | 0 | 70 | 13 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10111011 | 0 | 111000 | 1011 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25CBB
Complementary color
Monochromatic Colors of #D25CBB
Black with #D25CBB
Text Example
Text Example
White with #D25CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CBB; }
p { color: rgb(210,92,187); }
H1.HeaderClassName
{
color: #D25CBB;
}
.AnyTagClassName
{
color: #D25CBB;
}
</style>
background-color css
<style>
a { background-color: #D25CBB; }
a { background-color: rgb(210,92,187); }
div.DivClassName
{
background-color: #D25CBB;
}
.BgClassName
{
background-color: #D25CBB;
}
</style>
border-color css
<style>
span { border-color: #D25CBB; }
span { border-color: rgb(210,92,187); }
td.TdClassName
{
border-color: #D25CBB;
}
.TagClassName
{
border-color: #D25CBB;
}
</style>