Html Css Color HEX #DB4BD4 Free Speech Magenta
📋 copy color: '#DB4BD4'red 219 ◦ green 75 ◦ blue 212
Shades of Free Speech Magenta #DB4BD4
Tints of Free Speech Magenta #DB4BD4
RGB
CMYK
RGB Variations
Color information
#DB4BD4 (or 0xDB4BD4) is known color: Free Speech Magenta. HEX triplet: DB, 4B and D4. RGB value is (219,75,212). Sum of RGB (Red+Green+Blue) = 219+75+212=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BD4 is #24B42B. Grayscale: #858585. Windows color (decimal): -2405420 or 13913051. OLE color: 13913051.
HSL color Cylindrical-coordinate representation of color #DB4BD4: hue angle of 302.92º 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 #DB4BD4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 212 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.14 |
| HSL | 302.92º | 0.67% | 0.58% | - |
| HSV(B) | 302.92º | 0.66% | 0.86% | - |
| XYZ | 43.61 | 24.85 | 64.78 | - |
| YUV | 133.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 212 | 0 | 0.66 | 0.03 | 0.14 | 302.92 | 0.67 | 0.58 |
| Hex | DB | 4B | D4 | 0 | 42 | 3 | E | 12F | 43 | 3A |
| Octal | 333 | 113 | 324 | 0 | 102 | 3 | 16 | 457 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11010100 | 0 | 1000010 | 11 | 1110 | 100101111 | 1000011 | 111010 |
Color Harmonies of #DB4BD4
Complementary color
Monochromatic Colors of #DB4BD4
Black with #DB4BD4
Text Example
Text Example
White with #DB4BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BD4; }
p { color: rgb(219,75,212); }
H1.HeaderClassName
{
color: #DB4BD4;
}
.AnyTagClassName
{
color: #DB4BD4;
}
</style>
background-color css
<style>
a { background-color: #DB4BD4; }
a { background-color: rgb(219,75,212); }
div.DivClassName
{
background-color: #DB4BD4;
}
.BgClassName
{
background-color: #DB4BD4;
}
</style>
border-color css
<style>
span { border-color: #DB4BD4; }
span { border-color: rgb(219,75,212); }
td.TdClassName
{
border-color: #DB4BD4;
}
.TagClassName
{
border-color: #DB4BD4;
}
</style>