Html Css Color HEX #D255DA Free Speech Magenta
📋 copy color: '#D255DA'red 210 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #D255DA
Tints of Free Speech Magenta #D255DA
RGB
CMYK
RGB Variations
Color information
#D255DA (or 0xD255DA) is known color: Free Speech Magenta. HEX triplet: D2, 55 and DA. RGB value is (210,85,218). Sum of RGB (Red+Green+Blue) = 210+85+218=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #D255DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255DA is #2DAA25. Grayscale: #898989. Windows color (decimal): -2992678 or 14308818. OLE color: 14308818.
HSL color Cylindrical-coordinate representation of color #D255DA: hue angle of 296.39º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D255DA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 85 | 218 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.15 |
| HSL | 296.39º | 0.64% | 0.59% | - |
| HSV(B) | 296.39º | 0.61% | 0.85% | - |
| XYZ | 42.48 | 25.26 | 68.97 | - |
| YUV | 137.54 | 173.41 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 218 | 0.04 | 0.61 | 0 | 0.15 | 296.39 | 0.64 | 0.59 |
| Hex | D2 | 55 | DA | 4 | 3D | 0 | F | 128 | 40 | 3B |
| Octal | 322 | 125 | 332 | 4 | 75 | 0 | 17 | 450 | 100 | 73 |
| Binary | 11010010 | 1010101 | 11011010 | 100 | 111101 | 0 | 1111 | 100101000 | 1000000 | 111011 |
Color Harmonies of #D255DA
Complementary color
Monochromatic Colors of #D255DA
Black with #D255DA
Text Example
Text Example
White with #D255DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255DA; }
p { color: rgb(210,85,218); }
H1.HeaderClassName
{
color: #D255DA;
}
.AnyTagClassName
{
color: #D255DA;
}
</style>
background-color css
<style>
a { background-color: #D255DA; }
a { background-color: rgb(210,85,218); }
div.DivClassName
{
background-color: #D255DA;
}
.BgClassName
{
background-color: #D255DA;
}
</style>
border-color css
<style>
span { border-color: #D255DA; }
span { border-color: rgb(210,85,218); }
td.TdClassName
{
border-color: #D255DA;
}
.TagClassName
{
border-color: #D255DA;
}
</style>