Html Css Color HEX #D252DB Free Speech Magenta
📋 copy color: '#D252DB'red 210 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #D252DB
Tints of Free Speech Magenta #D252DB
RGB
CMYK
RGB Variations
Color information
#D252DB (or 0xD252DB) is known color: Free Speech Magenta. HEX triplet: D2, 52 and DB. RGB value is (210,82,219). Sum of RGB (Red+Green+Blue) = 210+82+219=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D252DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252DB is #2DAD24. Grayscale: #878787. Windows color (decimal): -2993445 or 14373586. OLE color: 14373586.
HSL color Cylindrical-coordinate representation of color #D252DB: hue angle of 296.06º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D252DB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 82 | 219 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.06º | 0.66% | 0.59% | - |
| HSV(B) | 296.06º | 0.63% | 0.86% | - |
| XYZ | 42.38 | 24.85 | 69.58 | - |
| YUV | 135.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 219 | 0.04 | 0.63 | 0 | 0.14 | 296.06 | 0.66 | 0.59 |
| Hex | D2 | 52 | DB | 4 | 3F | 0 | E | 128 | 42 | 3B |
| Octal | 322 | 122 | 333 | 4 | 77 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010010 | 1010010 | 11011011 | 100 | 111111 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D252DB
Complementary color
Monochromatic Colors of #D252DB
Black with #D252DB
Text Example
Text Example
White with #D252DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252DB; }
p { color: rgb(210,82,219); }
H1.HeaderClassName
{
color: #D252DB;
}
.AnyTagClassName
{
color: #D252DB;
}
</style>
background-color css
<style>
a { background-color: #D252DB; }
a { background-color: rgb(210,82,219); }
div.DivClassName
{
background-color: #D252DB;
}
.BgClassName
{
background-color: #D252DB;
}
</style>
border-color css
<style>
span { border-color: #D252DB; }
span { border-color: rgb(210,82,219); }
td.TdClassName
{
border-color: #D252DB;
}
.TagClassName
{
border-color: #D252DB;
}
</style>