Html Css Color HEX #DB3FD4 Free Speech Magenta
📋 copy color: '#DB3FD4'red 219 ◦ green 63 ◦ blue 212
Shades of Free Speech Magenta #DB3FD4
Tints of Free Speech Magenta #DB3FD4
RGB
CMYK
RGB Variations
Color information
#DB3FD4 (or 0xDB3FD4) is known color: Free Speech Magenta. HEX triplet: DB, 3F and D4. RGB value is (219,63,212). Sum of RGB (Red+Green+Blue) = 219+63+212=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FD4 is #24C02B. Grayscale: #7E7E7E. Windows color (decimal): -2408492 or 13909979. OLE color: 13909979.
HSL color Cylindrical-coordinate representation of color #DB3FD4: hue angle of 302.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FD4 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 63 | 212 | - |
CMYK | 0 | 0.71 | 0.03 | 0.14 |
HSL | 302.69º | 0.68% | 0.55% | - |
HSV(B) | 302.69º | 0.71% | 0.86% | - |
XYZ | 42.87 | 23.37 | 64.54 | - |
YUV | 126.63 | 176.18 | 193.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 63 | 212 | 0 | 0.71 | 0.03 | 0.14 | 302.69 | 0.68 | 0.55 |
Hex | DB | 3F | D4 | 0 | 47 | 3 | E | 12F | 44 | 37 |
Octal | 333 | 77 | 324 | 0 | 107 | 3 | 16 | 457 | 104 | 67 |
Binary | 11011011 | 111111 | 11010100 | 0 | 1000111 | 11 | 1110 | 100101111 | 1000100 | 110111 |
Color Harmonies of #DB3FD4
Complementary color
Monochromatic Colors of #DB3FD4
Black with #DB3FD4
Text Example
Text Example
White with #DB3FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FD4; }
p { color: rgb(219,63,212); }
H1.HeaderClassName
{
color: #DB3FD4;
}
.AnyTagClassName
{
color: #DB3FD4;
}
</style>
background-color css
<style>
a { background-color: #DB3FD4; }
a { background-color: rgb(219,63,212); }
div.DivClassName
{
background-color: #DB3FD4;
}
.BgClassName
{
background-color: #DB3FD4;
}
</style>
border-color css
<style>
span { border-color: #DB3FD4; }
span { border-color: rgb(219,63,212); }
td.TdClassName
{
border-color: #DB3FD4;
}
.TagClassName
{
border-color: #DB3FD4;
}
</style>