Html Css Color HEX #D65CDB Free Speech Magenta
📋 copy color: '#D65CDB'red 214 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #D65CDB
Tints of Free Speech Magenta #D65CDB
RGB
CMYK
RGB Variations
Color information
#D65CDB (or 0xD65CDB) is known color: Free Speech Magenta. HEX triplet: D6, 5C and DB. RGB value is (214,92,219). Sum of RGB (Red+Green+Blue) = 214+92+219=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D65CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CDB is #29A324. Grayscale: #8E8E8E. Windows color (decimal): -2728741 or 14376150. OLE color: 14376150.
HSL color Cylindrical-coordinate representation of color #D65CDB: hue angle of 297.64º 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 #D65CDB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 92 | 219 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.14 |
| HSL | 297.64º | 0.64% | 0.61% | - |
| HSV(B) | 297.64º | 0.58% | 0.86% | - |
| XYZ | 44.34 | 27.06 | 69.9 | - |
| YUV | 142.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 219 | 0.02 | 0.58 | 0 | 0.14 | 297.64 | 0.64 | 0.61 |
| Hex | D6 | 5C | DB | 2 | 3A | 0 | E | 12A | 40 | 3D |
| Octal | 326 | 134 | 333 | 2 | 72 | 0 | 16 | 452 | 100 | 75 |
| Binary | 11010110 | 1011100 | 11011011 | 10 | 111010 | 0 | 1110 | 100101010 | 1000000 | 111101 |
Color Harmonies of #D65CDB
Complementary color
Monochromatic Colors of #D65CDB
Black with #D65CDB
Text Example
Text Example
White with #D65CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CDB; }
p { color: rgb(214,92,219); }
H1.HeaderClassName
{
color: #D65CDB;
}
.AnyTagClassName
{
color: #D65CDB;
}
</style>
background-color css
<style>
a { background-color: #D65CDB; }
a { background-color: rgb(214,92,219); }
div.DivClassName
{
background-color: #D65CDB;
}
.BgClassName
{
background-color: #D65CDB;
}
</style>
border-color css
<style>
span { border-color: #D65CDB; }
span { border-color: rgb(214,92,219); }
td.TdClassName
{
border-color: #D65CDB;
}
.TagClassName
{
border-color: #D65CDB;
}
</style>