Html Css Color HEX #D95CDB Free Speech Magenta
📋 copy color: '#D95CDB'red 217 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #D95CDB
Tints of Free Speech Magenta #D95CDB
RGB
CMYK
RGB Variations
Color information
#D95CDB (or 0xD95CDB) is known color: Free Speech Magenta. HEX triplet: D9, 5C and DB. RGB value is (217,92,219). Sum of RGB (Red+Green+Blue) = 217+92+219=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D95CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CDB is #26A324. Grayscale: #8F8F8F. Windows color (decimal): -2532133 or 14376153. OLE color: 14376153.
HSL color Cylindrical-coordinate representation of color #D95CDB: hue angle of 299.06º 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 #D95CDB is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 92 | 219 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.14 |
| HSL | 299.06º | 0.64% | 0.61% | - |
| HSV(B) | 299.06º | 0.58% | 0.86% | - |
| XYZ | 45.23 | 27.52 | 69.95 | - |
| YUV | 143.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 219 | 0.01 | 0.58 | 0 | 0.14 | 299.06 | 0.64 | 0.61 |
| Hex | D9 | 5C | DB | 1 | 3A | 0 | E | 12B | 40 | 3D |
| Octal | 331 | 134 | 333 | 1 | 72 | 0 | 16 | 453 | 100 | 75 |
| Binary | 11011001 | 1011100 | 11011011 | 1 | 111010 | 0 | 1110 | 100101011 | 1000000 | 111101 |
Color Harmonies of #D95CDB
Complementary color
Monochromatic Colors of #D95CDB
Black with #D95CDB
Text Example
Text Example
White with #D95CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95CDB; }
p { color: rgb(217,92,219); }
H1.HeaderClassName
{
color: #D95CDB;
}
.AnyTagClassName
{
color: #D95CDB;
}
</style>
background-color css
<style>
a { background-color: #D95CDB; }
a { background-color: rgb(217,92,219); }
div.DivClassName
{
background-color: #D95CDB;
}
.BgClassName
{
background-color: #D95CDB;
}
</style>
border-color css
<style>
span { border-color: #D95CDB; }
span { border-color: rgb(217,92,219); }
td.TdClassName
{
border-color: #D95CDB;
}
.TagClassName
{
border-color: #D95CDB;
}
</style>