Html Css Color HEX #DB5CCF Free Speech Magenta
📋 copy color: '#DB5CCF'red 219 ◦ green 92 ◦ blue 207
Shades of Free Speech Magenta #DB5CCF
Tints of Free Speech Magenta #DB5CCF
RGB
CMYK
RGB Variations
Color information
#DB5CCF (or 0xDB5CCF) is known color: Free Speech Magenta. HEX triplet: DB, 5C and CF. RGB value is (219,92,207). Sum of RGB (Red+Green+Blue) = 219+92+207=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CCF is #24A330. Grayscale: #8E8E8E. Windows color (decimal): -2401073 or 13589723. OLE color: 13589723.
HSL color Cylindrical-coordinate representation of color #DB5CCF: hue angle of 305.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5CCF is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 207 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.14 |
| HSL | 305.67º | 0.64% | 0.61% | - |
| HSV(B) | 305.67º | 0.58% | 0.86% | - |
| XYZ | 44.3 | 27.22 | 61.95 | - |
| YUV | 143.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 207 | 0 | 0.58 | 0.05 | 0.14 | 305.67 | 0.64 | 0.61 |
| Hex | DB | 5C | CF | 0 | 3A | 5 | E | 132 | 40 | 3D |
| Octal | 333 | 134 | 317 | 0 | 72 | 5 | 16 | 462 | 100 | 75 |
| Binary | 11011011 | 1011100 | 11001111 | 0 | 111010 | 101 | 1110 | 100110010 | 1000000 | 111101 |
Color Harmonies of #DB5CCF
Complementary color
Monochromatic Colors of #DB5CCF
Black with #DB5CCF
Text Example
Text Example
White with #DB5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CCF; }
p { color: rgb(219,92,207); }
H1.HeaderClassName
{
color: #DB5CCF;
}
.AnyTagClassName
{
color: #DB5CCF;
}
</style>
background-color css
<style>
a { background-color: #DB5CCF; }
a { background-color: rgb(219,92,207); }
div.DivClassName
{
background-color: #DB5CCF;
}
.BgClassName
{
background-color: #DB5CCF;
}
</style>
border-color css
<style>
span { border-color: #DB5CCF; }
span { border-color: rgb(219,92,207); }
td.TdClassName
{
border-color: #DB5CCF;
}
.TagClassName
{
border-color: #DB5CCF;
}
</style>