Html Css Color HEX #D352DB Free Speech Magenta
📋 copy color: '#D352DB'red 211 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #D352DB
Tints of Free Speech Magenta #D352DB
RGB
CMYK
RGB Variations
Color information
#D352DB (or 0xD352DB) is known color: Free Speech Magenta. HEX triplet: D3, 52 and DB. RGB value is (211,82,219). Sum of RGB (Red+Green+Blue) = 211+82+219=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D352DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352DB is #2CAD24. Grayscale: #878787. Windows color (decimal): -2927909 or 14373587. OLE color: 14373587.
HSL color Cylindrical-coordinate representation of color #D352DB: hue angle of 296.5º 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 #D352DB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 82 | 219 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.5º | 0.66% | 0.59% | - |
| HSV(B) | 296.5º | 0.63% | 0.86% | - |
| XYZ | 42.67 | 25 | 69.59 | - |
| YUV | 136.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 219 | 0.04 | 0.63 | 0 | 0.14 | 296.5 | 0.66 | 0.59 |
| Hex | D3 | 52 | DB | 4 | 3F | 0 | E | 128 | 42 | 3B |
| Octal | 323 | 122 | 333 | 4 | 77 | 0 | 16 | 450 | 102 | 73 |
| Binary | 11010011 | 1010010 | 11011011 | 100 | 111111 | 0 | 1110 | 100101000 | 1000010 | 111011 |
Color Harmonies of #D352DB
Complementary color
Monochromatic Colors of #D352DB
Black with #D352DB
Text Example
Text Example
White with #D352DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352DB; }
p { color: rgb(211,82,219); }
H1.HeaderClassName
{
color: #D352DB;
}
.AnyTagClassName
{
color: #D352DB;
}
</style>
background-color css
<style>
a { background-color: #D352DB; }
a { background-color: rgb(211,82,219); }
div.DivClassName
{
background-color: #D352DB;
}
.BgClassName
{
background-color: #D352DB;
}
</style>
border-color css
<style>
span { border-color: #D352DB; }
span { border-color: rgb(211,82,219); }
td.TdClassName
{
border-color: #D352DB;
}
.TagClassName
{
border-color: #D352DB;
}
</style>