Html Css Color HEX #D65BD2 Free Speech Magenta
📋 copy color: '#D65BD2'red 214 ◦ green 91 ◦ blue 210
Shades of Free Speech Magenta #D65BD2
Tints of Free Speech Magenta #D65BD2
RGB
CMYK
RGB Variations
Color information
#D65BD2 (or 0xD65BD2) is known color: Free Speech Magenta. HEX triplet: D6, 5B and D2. RGB value is (214,91,210). Sum of RGB (Red+Green+Blue) = 214+91+210=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BD2 is #29A42D. Grayscale: #8C8C8C. Windows color (decimal): -2729006 or 13786070. OLE color: 13786070.
HSL color Cylindrical-coordinate representation of color #D65BD2: hue angle of 301.95º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BD2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 210 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.16 |
| HSL | 301.95º | 0.6% | 0.6% | - |
| HSV(B) | 301.95º | 0.57% | 0.84% | - |
| XYZ | 43.11 | 26.43 | 63.8 | - |
| YUV | 141.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 210 | 0 | 0.57 | 0.02 | 0.16 | 301.95 | 0.6 | 0.6 |
| Hex | D6 | 5B | D2 | 0 | 39 | 2 | 10 | 12E | 3C | 3C |
| Octal | 326 | 133 | 322 | 0 | 71 | 2 | 20 | 456 | 74 | 74 |
| Binary | 11010110 | 1011011 | 11010010 | 0 | 111001 | 10 | 10000 | 100101110 | 111100 | 111100 |
Color Harmonies of #D65BD2
Complementary color
Monochromatic Colors of #D65BD2
Black with #D65BD2
Text Example
Text Example
White with #D65BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BD2; }
p { color: rgb(214,91,210); }
H1.HeaderClassName
{
color: #D65BD2;
}
.AnyTagClassName
{
color: #D65BD2;
}
</style>
background-color css
<style>
a { background-color: #D65BD2; }
a { background-color: rgb(214,91,210); }
div.DivClassName
{
background-color: #D65BD2;
}
.BgClassName
{
background-color: #D65BD2;
}
</style>
border-color css
<style>
span { border-color: #D65BD2; }
span { border-color: rgb(214,91,210); }
td.TdClassName
{
border-color: #D65BD2;
}
.TagClassName
{
border-color: #D65BD2;
}
</style>