Html Css Color HEX #DB62D4 Free Speech Magenta
📋 copy color: '#DB62D4'red 219 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #DB62D4
Tints of Free Speech Magenta #DB62D4
RGB
CMYK
RGB Variations
Color information
#DB62D4 (or 0xDB62D4) is known color: Free Speech Magenta. HEX triplet: DB, 62 and D4. RGB value is (219,98,212). Sum of RGB (Red+Green+Blue) = 219+98+212=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62D4 is #249D2B. Grayscale: #929292. Windows color (decimal): -2399532 or 13918939. OLE color: 13918939.
HSL color Cylindrical-coordinate representation of color #DB62D4: hue angle of 303.47º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62D4 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 212 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.14 |
| HSL | 303.47º | 0.63% | 0.62% | - |
| HSV(B) | 303.47º | 0.55% | 0.86% | - |
| XYZ | 45.46 | 28.55 | 65.4 | - |
| YUV | 147.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 212 | 0 | 0.55 | 0.03 | 0.14 | 303.47 | 0.63 | 0.62 |
| Hex | DB | 62 | D4 | 0 | 37 | 3 | E | 12F | 3F | 3E |
| Octal | 333 | 142 | 324 | 0 | 67 | 3 | 16 | 457 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11010100 | 0 | 110111 | 11 | 1110 | 100101111 | 111111 | 111110 |
Color Harmonies of #DB62D4
Complementary color
Monochromatic Colors of #DB62D4
Black with #DB62D4
Text Example
Text Example
White with #DB62D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62D4; }
p { color: rgb(219,98,212); }
H1.HeaderClassName
{
color: #DB62D4;
}
.AnyTagClassName
{
color: #DB62D4;
}
</style>
background-color css
<style>
a { background-color: #DB62D4; }
a { background-color: rgb(219,98,212); }
div.DivClassName
{
background-color: #DB62D4;
}
.BgClassName
{
background-color: #DB62D4;
}
</style>
border-color css
<style>
span { border-color: #DB62D4; }
span { border-color: rgb(219,98,212); }
td.TdClassName
{
border-color: #DB62D4;
}
.TagClassName
{
border-color: #DB62D4;
}
</style>