Html Css Color HEX #D75DDB Free Speech Magenta
📋 copy color: '#D75DDB'red 215 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #D75DDB
Tints of Free Speech Magenta #D75DDB
RGB
CMYK
RGB Variations
Color information
#D75DDB (or 0xD75DDB) is known color: Free Speech Magenta. HEX triplet: D7, 5D and DB. RGB value is (215,93,219). Sum of RGB (Red+Green+Blue) = 215+93+219=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D75DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DDB is #28A224. Grayscale: #8F8F8F. Windows color (decimal): -2662949 or 14376407. OLE color: 14376407.
HSL color Cylindrical-coordinate representation of color #D75DDB: hue angle of 298.1º 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 #D75DDB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 93 | 219 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.14 |
| HSL | 298.1º | 0.64% | 0.61% | - |
| HSV(B) | 298.1º | 0.58% | 0.86% | - |
| XYZ | 44.72 | 27.39 | 69.95 | - |
| YUV | 143.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 219 | 0.02 | 0.58 | 0 | 0.14 | 298.1 | 0.64 | 0.61 |
| Hex | D7 | 5D | DB | 2 | 3A | 0 | E | 12A | 40 | 3D |
| Octal | 327 | 135 | 333 | 2 | 72 | 0 | 16 | 452 | 100 | 75 |
| Binary | 11010111 | 1011101 | 11011011 | 10 | 111010 | 0 | 1110 | 100101010 | 1000000 | 111101 |
Color Harmonies of #D75DDB
Complementary color
Monochromatic Colors of #D75DDB
Black with #D75DDB
Text Example
Text Example
White with #D75DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DDB; }
p { color: rgb(215,93,219); }
H1.HeaderClassName
{
color: #D75DDB;
}
.AnyTagClassName
{
color: #D75DDB;
}
</style>
background-color css
<style>
a { background-color: #D75DDB; }
a { background-color: rgb(215,93,219); }
div.DivClassName
{
background-color: #D75DDB;
}
.BgClassName
{
background-color: #D75DDB;
}
</style>
border-color css
<style>
span { border-color: #D75DDB; }
span { border-color: rgb(215,93,219); }
td.TdClassName
{
border-color: #D75DDB;
}
.TagClassName
{
border-color: #D75DDB;
}
</style>