Html Css Color HEX #DB52CB Free Speech Magenta
📋 copy color: '#DB52CB'red 219 ◦ green 82 ◦ blue 203
Shades of Free Speech Magenta #DB52CB
Tints of Free Speech Magenta #DB52CB
RGB
CMYK
RGB Variations
Color information
#DB52CB (or 0xDB52CB) is known color: Free Speech Magenta. HEX triplet: DB, 52 and CB. RGB value is (219,82,203). Sum of RGB (Red+Green+Blue) = 219+82+203=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52CB is #24AD34. Grayscale: #888888. Windows color (decimal): -2403637 or 13325019. OLE color: 13325019.
HSL color Cylindrical-coordinate representation of color #DB52CB: hue angle of 307.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52CB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 203 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.14 |
| HSL | 307.01º | 0.66% | 0.59% | - |
| HSV(B) | 307.01º | 0.63% | 0.86% | - |
| XYZ | 43.01 | 25.41 | 59.14 | - |
| YUV | 136.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 203 | 0 | 0.63 | 0.07 | 0.14 | 307.01 | 0.66 | 0.59 |
| Hex | DB | 52 | CB | 0 | 3F | 7 | E | 133 | 42 | 3B |
| Octal | 333 | 122 | 313 | 0 | 77 | 7 | 16 | 463 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11001011 | 0 | 111111 | 111 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DB52CB
Complementary color
Monochromatic Colors of #DB52CB
Black with #DB52CB
Text Example
Text Example
White with #DB52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52CB; }
p { color: rgb(219,82,203); }
H1.HeaderClassName
{
color: #DB52CB;
}
.AnyTagClassName
{
color: #DB52CB;
}
</style>
background-color css
<style>
a { background-color: #DB52CB; }
a { background-color: rgb(219,82,203); }
div.DivClassName
{
background-color: #DB52CB;
}
.BgClassName
{
background-color: #DB52CB;
}
</style>
border-color css
<style>
span { border-color: #DB52CB; }
span { border-color: rgb(219,82,203); }
td.TdClassName
{
border-color: #DB52CB;
}
.TagClassName
{
border-color: #DB52CB;
}
</style>