Html Css Color HEX #D338DB Free Speech Magenta
📋 copy color: '#D338DB'red 211 ◦ green 56 ◦ blue 219
Shades of Free Speech Magenta #D338DB
Tints of Free Speech Magenta #D338DB
RGB
CMYK
RGB Variations
Color information
#D338DB (or 0xD338DB) is known color: Free Speech Magenta. HEX triplet: D3, 38 and DB. RGB value is (211,56,219). Sum of RGB (Red+Green+Blue) = 211+56+219=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #D338DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338DB is #2CC724. Grayscale: #787878. Windows color (decimal): -2934565 or 14366931. OLE color: 14366931.
HSL color Cylindrical-coordinate representation of color #D338DB: hue angle of 297.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D338DB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 56 | 219 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.14 |
| HSL | 297.06º | 0.69% | 0.54% | - |
| HSV(B) | 297.06º | 0.74% | 0.86% | - |
| XYZ | 41.06 | 21.79 | 69.06 | - |
| YUV | 120.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 219 | 0.04 | 0.74 | 0 | 0.14 | 297.06 | 0.69 | 0.54 |
| Hex | D3 | 38 | DB | 4 | 4A | 0 | E | 129 | 45 | 36 |
| Octal | 323 | 70 | 333 | 4 | 112 | 0 | 16 | 451 | 105 | 66 |
| Binary | 11010011 | 111000 | 11011011 | 100 | 1001010 | 0 | 1110 | 100101001 | 1000101 | 110110 |
Color Harmonies of #D338DB
Complementary color
Monochromatic Colors of #D338DB
Black with #D338DB
Text Example
Text Example
White with #D338DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338DB; }
p { color: rgb(211,56,219); }
H1.HeaderClassName
{
color: #D338DB;
}
.AnyTagClassName
{
color: #D338DB;
}
</style>
background-color css
<style>
a { background-color: #D338DB; }
a { background-color: rgb(211,56,219); }
div.DivClassName
{
background-color: #D338DB;
}
.BgClassName
{
background-color: #D338DB;
}
</style>
border-color css
<style>
span { border-color: #D338DB; }
span { border-color: rgb(211,56,219); }
td.TdClassName
{
border-color: #D338DB;
}
.TagClassName
{
border-color: #D338DB;
}
</style>