Html Css Color HEX #D052D4 Free Speech Magenta
📋 copy color: '#D052D4'red 208 ◦ green 82 ◦ blue 212
Shades of Free Speech Magenta #D052D4
Tints of Free Speech Magenta #D052D4
RGB
CMYK
RGB Variations
Color information
#D052D4 (or 0xD052D4) is known color: Free Speech Magenta. HEX triplet: D0, 52 and D4. RGB value is (208,82,212). Sum of RGB (Red+Green+Blue) = 208+82+212=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #D052D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052D4 is #2FAD2B. Grayscale: #868686. Windows color (decimal): -3124524 or 13914832. OLE color: 13914832.
HSL color Cylindrical-coordinate representation of color #D052D4: hue angle of 298.15º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D052D4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 82 | 212 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.17 |
| HSL | 298.15º | 0.6% | 0.58% | - |
| HSV(B) | 298.15º | 0.61% | 0.83% | - |
| XYZ | 40.91 | 24.2 | 64.8 | - |
| YUV | 134.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 212 | 0.02 | 0.61 | 0 | 0.17 | 298.15 | 0.6 | 0.58 |
| Hex | D0 | 52 | D4 | 2 | 3D | 0 | 11 | 12A | 3C | 3A |
| Octal | 320 | 122 | 324 | 2 | 75 | 0 | 21 | 452 | 74 | 72 |
| Binary | 11010000 | 1010010 | 11010100 | 10 | 111101 | 0 | 10001 | 100101010 | 111100 | 111010 |
Color Harmonies of #D052D4
Complementary color
Monochromatic Colors of #D052D4
Black with #D052D4
Text Example
Text Example
White with #D052D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052D4; }
p { color: rgb(208,82,212); }
H1.HeaderClassName
{
color: #D052D4;
}
.AnyTagClassName
{
color: #D052D4;
}
</style>
background-color css
<style>
a { background-color: #D052D4; }
a { background-color: rgb(208,82,212); }
div.DivClassName
{
background-color: #D052D4;
}
.BgClassName
{
background-color: #D052D4;
}
</style>
border-color css
<style>
span { border-color: #D052D4; }
span { border-color: rgb(208,82,212); }
td.TdClassName
{
border-color: #D052D4;
}
.TagClassName
{
border-color: #D052D4;
}
</style>