Html Css Color HEX #D25DCB Free Speech Magenta
📋 copy color: '#D25DCB'red 210 ◦ green 93 ◦ blue 203
Shades of Free Speech Magenta #D25DCB
Tints of Free Speech Magenta #D25DCB
RGB
CMYK
RGB Variations
Color information
#D25DCB (or 0xD25DCB) is known color: Free Speech Magenta. HEX triplet: D2, 5D and CB. RGB value is (210,93,203). Sum of RGB (Red+Green+Blue) = 210+93+203=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DCB is #2DA234. Grayscale: #8C8C8C. Windows color (decimal): -2990645 or 13327826. OLE color: 13327826.
HSL color Cylindrical-coordinate representation of color #D25DCB: hue angle of 303.59º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25DCB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 203 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.18 |
| HSL | 303.59º | 0.57% | 0.59% | - |
| HSV(B) | 303.59º | 0.56% | 0.82% | - |
| XYZ | 41.27 | 25.84 | 59.31 | - |
| YUV | 140.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 203 | 0 | 0.56 | 0.03 | 0.18 | 303.59 | 0.57 | 0.59 |
| Hex | D2 | 5D | CB | 0 | 38 | 3 | 12 | 130 | 39 | 3B |
| Octal | 322 | 135 | 313 | 0 | 70 | 3 | 22 | 460 | 71 | 73 |
| Binary | 11010010 | 1011101 | 11001011 | 0 | 111000 | 11 | 10010 | 100110000 | 111001 | 111011 |
Color Harmonies of #D25DCB
Complementary color
Monochromatic Colors of #D25DCB
Black with #D25DCB
Text Example
Text Example
White with #D25DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DCB; }
p { color: rgb(210,93,203); }
H1.HeaderClassName
{
color: #D25DCB;
}
.AnyTagClassName
{
color: #D25DCB;
}
</style>
background-color css
<style>
a { background-color: #D25DCB; }
a { background-color: rgb(210,93,203); }
div.DivClassName
{
background-color: #D25DCB;
}
.BgClassName
{
background-color: #D25DCB;
}
</style>
border-color css
<style>
span { border-color: #D25DCB; }
span { border-color: rgb(210,93,203); }
td.TdClassName
{
border-color: #D25DCB;
}
.TagClassName
{
border-color: #D25DCB;
}
</style>