Html Css Color HEX #D255D3 Free Speech Magenta
📋 copy color: '#D255D3'red 210 ◦ green 85 ◦ blue 211
Shades of Free Speech Magenta #D255D3
Tints of Free Speech Magenta #D255D3
RGB
CMYK
RGB Variations
Color information
#D255D3 (or 0xD255D3) is known color: Free Speech Magenta. HEX triplet: D2, 55 and D3. RGB value is (210,85,211). Sum of RGB (Red+Green+Blue) = 210+85+211=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #D255D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255D3 is #2DAA2C. Grayscale: #888888. Windows color (decimal): -2992685 or 13850066. OLE color: 13850066.
HSL color Cylindrical-coordinate representation of color #D255D3: hue angle of 299.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255D3 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 85 | 211 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.17 |
| HSL | 299.52º | 0.59% | 0.58% | - |
| HSV(B) | 299.52º | 0.6% | 0.83% | - |
| XYZ | 41.58 | 24.9 | 64.24 | - |
| YUV | 136.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 211 | 0.00 | 0.60 | 0 | 0.17 | 299.52 | 0.59 | 0.58 |
| Hex | D2 | 55 | D3 | 0 | 3C | 0 | 11 | 12C | 3B | 3A |
| Octal | 322 | 125 | 323 | 0 | 74 | 0 | 21 | 454 | 73 | 72 |
| Binary | 11010010 | 1010101 | 11010011 | 0 | 111100 | 0 | 10001 | 100101100 | 111011 | 111010 |
Color Harmonies of #D255D3
Complementary color
Monochromatic Colors of #D255D3
Black with #D255D3
Text Example
Text Example
White with #D255D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255D3; }
p { color: rgb(210,85,211); }
H1.HeaderClassName
{
color: #D255D3;
}
.AnyTagClassName
{
color: #D255D3;
}
</style>
background-color css
<style>
a { background-color: #D255D3; }
a { background-color: rgb(210,85,211); }
div.DivClassName
{
background-color: #D255D3;
}
.BgClassName
{
background-color: #D255D3;
}
</style>
border-color css
<style>
span { border-color: #D255D3; }
span { border-color: rgb(210,85,211); }
td.TdClassName
{
border-color: #D255D3;
}
.TagClassName
{
border-color: #D255D3;
}
</style>