Html Css Color HEX #D34ADB Free Speech Magenta
📋 copy color: '#D34ADB'red 211 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #D34ADB
Tints of Free Speech Magenta #D34ADB
RGB
CMYK
RGB Variations
Color information
#D34ADB (or 0xD34ADB) is known color: Free Speech Magenta. HEX triplet: D3, 4A and DB. RGB value is (211,74,219). Sum of RGB (Red+Green+Blue) = 211+74+219=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ADB is #2CB524. Grayscale: #838383. Windows color (decimal): -2929957 or 14371539. OLE color: 14371539.
HSL color Cylindrical-coordinate representation of color #D34ADB: hue angle of 296.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34ADB is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 74 | 219 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.14 |
| HSL | 296.69º | 0.67% | 0.57% | - |
| HSV(B) | 296.69º | 0.66% | 0.86% | - |
| XYZ | 42.1 | 23.86 | 69.4 | - |
| YUV | 131.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 219 | 0.04 | 0.66 | 0 | 0.14 | 296.69 | 0.67 | 0.57 |
| Hex | D3 | 4A | DB | 4 | 42 | 0 | E | 129 | 43 | 39 |
| Octal | 323 | 112 | 333 | 4 | 102 | 0 | 16 | 451 | 103 | 71 |
| Binary | 11010011 | 1001010 | 11011011 | 100 | 1000010 | 0 | 1110 | 100101001 | 1000011 | 111001 |
Color Harmonies of #D34ADB
Complementary color
Monochromatic Colors of #D34ADB
Black with #D34ADB
Text Example
Text Example
White with #D34ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ADB; }
p { color: rgb(211,74,219); }
H1.HeaderClassName
{
color: #D34ADB;
}
.AnyTagClassName
{
color: #D34ADB;
}
</style>
background-color css
<style>
a { background-color: #D34ADB; }
a { background-color: rgb(211,74,219); }
div.DivClassName
{
background-color: #D34ADB;
}
.BgClassName
{
background-color: #D34ADB;
}
</style>
border-color css
<style>
span { border-color: #D34ADB; }
span { border-color: rgb(211,74,219); }
td.TdClassName
{
border-color: #D34ADB;
}
.TagClassName
{
border-color: #D34ADB;
}
</style>