Shades of Fuchsia #D250CD
Tints of Fuchsia #D250CD
RGB
CMYK
RGB Variations
Color information
#D250CD (or 0xD250CD) is known color: Fuchsia. HEX triplet: D2, 50 and CD. RGB value is (210,80,205). Sum of RGB (Red+Green+Blue) = 210+80+205=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CD is #2DAF32. Grayscale: #848484. Windows color (decimal): -2993971 or 13455570. OLE color: 13455570.
HSL color Cylindrical-coordinate representation of color #D250CD: hue angle of 302.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250CD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 205 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.18 |
| HSL | 302.31º | 0.59% | 0.57% | - |
| HSV(B) | 302.31º | 0.62% | 0.82% | - |
| XYZ | 40.47 | 23.85 | 60.23 | - |
| YUV | 133.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 205 | 0 | 0.62 | 0.02 | 0.18 | 302.31 | 0.59 | 0.57 |
| Hex | D2 | 50 | CD | 0 | 3E | 2 | 12 | 12E | 3B | 39 |
| Octal | 322 | 120 | 315 | 0 | 76 | 2 | 22 | 456 | 73 | 71 |
| Binary | 11010010 | 1010000 | 11001101 | 0 | 111110 | 10 | 10010 | 100101110 | 111011 | 111001 |
Color Harmonies of #D250CD
Complementary color
Monochromatic Colors of #D250CD
Black with #D250CD
Text Example
Text Example
White with #D250CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250CD; }
p { color: rgb(210,80,205); }
H1.HeaderClassName
{
color: #D250CD;
}
.AnyTagClassName
{
color: #D250CD;
}
</style>
background-color css
<style>
a { background-color: #D250CD; }
a { background-color: rgb(210,80,205); }
div.DivClassName
{
background-color: #D250CD;
}
.BgClassName
{
background-color: #D250CD;
}
</style>
border-color css
<style>
span { border-color: #D250CD; }
span { border-color: rgb(210,80,205); }
td.TdClassName
{
border-color: #D250CD;
}
.TagClassName
{
border-color: #D250CD;
}
</style>