Html Css Color HEX #D25BD4 Free Speech Magenta
📋 copy color: '#D25BD4'red 210 ◦ green 91 ◦ blue 212
Shades of Free Speech Magenta #D25BD4
Tints of Free Speech Magenta #D25BD4
RGB
CMYK
RGB Variations
Color information
#D25BD4 (or 0xD25BD4) is known color: Free Speech Magenta. HEX triplet: D2, 5B and D4. RGB value is (210,91,212). Sum of RGB (Red+Green+Blue) = 210+91+212=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #D25BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BD4 is #2DA42B. Grayscale: #8C8C8C. Windows color (decimal): -2991148 or 13917138. OLE color: 13917138.
HSL color Cylindrical-coordinate representation of color #D25BD4: hue angle of 299.01º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BD4 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 91 | 212 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.17 |
| HSL | 299.01º | 0.58% | 0.59% | - |
| HSV(B) | 299.01º | 0.57% | 0.83% | - |
| XYZ | 42.2 | 25.94 | 65.07 | - |
| YUV | 140.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 212 | 0.01 | 0.57 | 0 | 0.17 | 299.01 | 0.58 | 0.59 |
| Hex | D2 | 5B | D4 | 1 | 39 | 0 | 11 | 12B | 3A | 3B |
| Octal | 322 | 133 | 324 | 1 | 71 | 0 | 21 | 453 | 72 | 73 |
| Binary | 11010010 | 1011011 | 11010100 | 1 | 111001 | 0 | 10001 | 100101011 | 111010 | 111011 |
Color Harmonies of #D25BD4
Complementary color
Monochromatic Colors of #D25BD4
Black with #D25BD4
Text Example
Text Example
White with #D25BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BD4; }
p { color: rgb(210,91,212); }
H1.HeaderClassName
{
color: #D25BD4;
}
.AnyTagClassName
{
color: #D25BD4;
}
</style>
background-color css
<style>
a { background-color: #D25BD4; }
a { background-color: rgb(210,91,212); }
div.DivClassName
{
background-color: #D25BD4;
}
.BgClassName
{
background-color: #D25BD4;
}
</style>
border-color css
<style>
span { border-color: #D25BD4; }
span { border-color: rgb(210,91,212); }
td.TdClassName
{
border-color: #D25BD4;
}
.TagClassName
{
border-color: #D25BD4;
}
</style>