Html Css Color HEX #D534DB Free Speech Magenta
📋 copy color: '#D534DB'red 213 ◦ green 52 ◦ blue 219
Shades of Free Speech Magenta #D534DB
Tints of Free Speech Magenta #D534DB
RGB
CMYK
RGB Variations
Color information
#D534DB (or 0xD534DB) is known color: Free Speech Magenta. HEX triplet: D5, 34 and DB. RGB value is (213,52,219). Sum of RGB (Red+Green+Blue) = 213+52+219=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #D534DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534DB is #2ACB24. Grayscale: #767676. Windows color (decimal): -2804517 or 14365909. OLE color: 14365909.
HSL color Cylindrical-coordinate representation of color #D534DB: hue angle of 297.84º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534DB is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 52 | 219 | - |
CMYK | 0.03 | 0.76 | 0 | 0.14 |
HSL | 297.84º | 0.7% | 0.53% | - |
HSV(B) | 297.84º | 0.76% | 0.86% | - |
XYZ | 41.45 | 21.72 | 69.02 | - |
YUV | 119.18 | 184.34 | 194.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 52 | 219 | 0.03 | 0.76 | 0 | 0.14 | 297.84 | 0.7 | 0.53 |
Hex | D5 | 34 | DB | 3 | 4C | 0 | E | 12A | 46 | 35 |
Octal | 325 | 64 | 333 | 3 | 114 | 0 | 16 | 452 | 106 | 65 |
Binary | 11010101 | 110100 | 11011011 | 11 | 1001100 | 0 | 1110 | 100101010 | 1000110 | 110101 |
Color Harmonies of #D534DB
Complementary color
Monochromatic Colors of #D534DB
Black with #D534DB
Text Example
Text Example
White with #D534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534DB; }
p { color: rgb(213,52,219); }
H1.HeaderClassName
{
color: #D534DB;
}
.AnyTagClassName
{
color: #D534DB;
}
</style>
background-color css
<style>
a { background-color: #D534DB; }
a { background-color: rgb(213,52,219); }
div.DivClassName
{
background-color: #D534DB;
}
.BgClassName
{
background-color: #D534DB;
}
</style>
border-color css
<style>
span { border-color: #D534DB; }
span { border-color: rgb(213,52,219); }
td.TdClassName
{
border-color: #D534DB;
}
.TagClassName
{
border-color: #D534DB;
}
</style>