Html Css Color HEX #DB64C4 Free Speech Magenta
📋 copy color: '#DB64C4'red 219 ◦ green 100 ◦ blue 196
Shades of Free Speech Magenta #DB64C4
Tints of Free Speech Magenta #DB64C4
RGB
CMYK
RGB Variations
Color information
#DB64C4 (or 0xDB64C4) is known color: Free Speech Magenta. HEX triplet: DB, 64 and C4. RGB value is (219,100,196). Sum of RGB (Red+Green+Blue) = 219+100+196=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64C4 is #249B3B. Grayscale: #929292. Windows color (decimal): -2399036 or 12870875. OLE color: 12870875.
HSL color Cylindrical-coordinate representation of color #DB64C4: hue angle of 311.6º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB64C4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 196 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.14 |
| HSL | 311.6º | 0.62% | 0.63% | - |
| HSV(B) | 311.6º | 0.54% | 0.86% | - |
| XYZ | 43.73 | 28.16 | 55.35 | - |
| YUV | 146.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 196 | 0 | 0.54 | 0.11 | 0.14 | 311.6 | 0.62 | 0.63 |
| Hex | DB | 64 | C4 | 0 | 36 | B | E | 138 | 3E | 3F |
| Octal | 333 | 144 | 304 | 0 | 66 | 13 | 16 | 470 | 76 | 77 |
| Binary | 11011011 | 1100100 | 11000100 | 0 | 110110 | 1011 | 1110 | 100111000 | 111110 | 111111 |
Color Harmonies of #DB64C4
Complementary color
Monochromatic Colors of #DB64C4
Black with #DB64C4
Text Example
Text Example
White with #DB64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64C4; }
p { color: rgb(219,100,196); }
H1.HeaderClassName
{
color: #DB64C4;
}
.AnyTagClassName
{
color: #DB64C4;
}
</style>
background-color css
<style>
a { background-color: #DB64C4; }
a { background-color: rgb(219,100,196); }
div.DivClassName
{
background-color: #DB64C4;
}
.BgClassName
{
background-color: #DB64C4;
}
</style>
border-color css
<style>
span { border-color: #DB64C4; }
span { border-color: rgb(219,100,196); }
td.TdClassName
{
border-color: #DB64C4;
}
.TagClassName
{
border-color: #DB64C4;
}
</style>