Html Css Color HEX #DB4BD2 Free Speech Magenta
📋 copy color: '#DB4BD2'red 219 ◦ green 75 ◦ blue 210
Shades of Free Speech Magenta #DB4BD2
Tints of Free Speech Magenta #DB4BD2
RGB
CMYK
RGB Variations
Color information
#DB4BD2 (or 0xDB4BD2) is known color: Free Speech Magenta. HEX triplet: DB, 4B and D2. RGB value is (219,75,210). Sum of RGB (Red+Green+Blue) = 219+75+210=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BD2 is #24B42D. Grayscale: #858585. Windows color (decimal): -2405422 or 13781979. OLE color: 13781979.
HSL color Cylindrical-coordinate representation of color #DB4BD2: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BD2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 210 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.14 |
| HSL | 303.75º | 0.67% | 0.58% | - |
| HSV(B) | 303.75º | 0.66% | 0.86% | - |
| XYZ | 43.36 | 24.75 | 63.46 | - |
| YUV | 133.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 210 | 0 | 0.66 | 0.04 | 0.14 | 303.75 | 0.67 | 0.58 |
| Hex | DB | 4B | D2 | 0 | 42 | 4 | E | 130 | 43 | 3A |
| Octal | 333 | 113 | 322 | 0 | 102 | 4 | 16 | 460 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11010010 | 0 | 1000010 | 100 | 1110 | 100110000 | 1000011 | 111010 |
Color Harmonies of #DB4BD2
Complementary color
Monochromatic Colors of #DB4BD2
Black with #DB4BD2
Text Example
Text Example
White with #DB4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BD2; }
p { color: rgb(219,75,210); }
H1.HeaderClassName
{
color: #DB4BD2;
}
.AnyTagClassName
{
color: #DB4BD2;
}
</style>
background-color css
<style>
a { background-color: #DB4BD2; }
a { background-color: rgb(219,75,210); }
div.DivClassName
{
background-color: #DB4BD2;
}
.BgClassName
{
background-color: #DB4BD2;
}
</style>
border-color css
<style>
span { border-color: #DB4BD2; }
span { border-color: rgb(219,75,210); }
td.TdClassName
{
border-color: #DB4BD2;
}
.TagClassName
{
border-color: #DB4BD2;
}
</style>