Html Css Color HEX #D055D2 Free Speech Magenta
📋 copy color: '#D055D2'red 208 ◦ green 85 ◦ blue 210
Shades of Free Speech Magenta #D055D2
Tints of Free Speech Magenta #D055D2
RGB
CMYK
RGB Variations
Color information
#D055D2 (or 0xD055D2) is known color: Free Speech Magenta. HEX triplet: D0, 55 and D2. RGB value is (208,85,210). Sum of RGB (Red+Green+Blue) = 208+85+210=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #D055D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055D2 is #2FAA2D. Grayscale: #878787. Windows color (decimal): -3123758 or 13784528. OLE color: 13784528.
HSL color Cylindrical-coordinate representation of color #D055D2: hue angle of 299.04º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D055D2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 210 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.18 |
| HSL | 299.04º | 0.58% | 0.58% | - |
| HSV(B) | 299.04º | 0.6% | 0.82% | - |
| XYZ | 40.89 | 24.56 | 63.56 | - |
| YUV | 136.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 210 | 0.01 | 0.60 | 0 | 0.18 | 299.04 | 0.58 | 0.58 |
| Hex | D0 | 55 | D2 | 1 | 3C | 0 | 12 | 12B | 3A | 3A |
| Octal | 320 | 125 | 322 | 1 | 74 | 0 | 22 | 453 | 72 | 72 |
| Binary | 11010000 | 1010101 | 11010010 | 1 | 111100 | 0 | 10010 | 100101011 | 111010 | 111010 |
Color Harmonies of #D055D2
Complementary color
Monochromatic Colors of #D055D2
Black with #D055D2
Text Example
Text Example
White with #D055D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055D2; }
p { color: rgb(208,85,210); }
H1.HeaderClassName
{
color: #D055D2;
}
.AnyTagClassName
{
color: #D055D2;
}
</style>
background-color css
<style>
a { background-color: #D055D2; }
a { background-color: rgb(208,85,210); }
div.DivClassName
{
background-color: #D055D2;
}
.BgClassName
{
background-color: #D055D2;
}
</style>
border-color css
<style>
span { border-color: #D055D2; }
span { border-color: rgb(208,85,210); }
td.TdClassName
{
border-color: #D055D2;
}
.TagClassName
{
border-color: #D055D2;
}
</style>