Html Css Color HEX #D249D4 Free Speech Magenta
📋 copy color: '#D249D4'red 210 ◦ green 73 ◦ blue 212
Shades of Free Speech Magenta #D249D4
Tints of Free Speech Magenta #D249D4
RGB
CMYK
RGB Variations
Color information
#D249D4 (or 0xD249D4) is known color: Free Speech Magenta. HEX triplet: D2, 49 and D4. RGB value is (210,73,212). Sum of RGB (Red+Green+Blue) = 210+73+212=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #D249D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249D4 is #2DB62B. Grayscale: #818181. Windows color (decimal): -2995756 or 13912530. OLE color: 13912530.
HSL color Cylindrical-coordinate representation of color #D249D4: hue angle of 299.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D249D4 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 73 | 212 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.17 |
| HSL | 299.14º | 0.62% | 0.56% | - |
| HSV(B) | 299.14º | 0.66% | 0.83% | - |
| XYZ | 40.84 | 23.22 | 64.62 | - |
| YUV | 129.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 212 | 0.01 | 0.66 | 0 | 0.17 | 299.14 | 0.62 | 0.56 |
| Hex | D2 | 49 | D4 | 1 | 42 | 0 | 11 | 12B | 3E | 38 |
| Octal | 322 | 111 | 324 | 1 | 102 | 0 | 21 | 453 | 76 | 70 |
| Binary | 11010010 | 1001001 | 11010100 | 1 | 1000010 | 0 | 10001 | 100101011 | 111110 | 111000 |
Color Harmonies of #D249D4
Complementary color
Monochromatic Colors of #D249D4
Black with #D249D4
Text Example
Text Example
White with #D249D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249D4; }
p { color: rgb(210,73,212); }
H1.HeaderClassName
{
color: #D249D4;
}
.AnyTagClassName
{
color: #D249D4;
}
</style>
background-color css
<style>
a { background-color: #D249D4; }
a { background-color: rgb(210,73,212); }
div.DivClassName
{
background-color: #D249D4;
}
.BgClassName
{
background-color: #D249D4;
}
</style>
border-color css
<style>
span { border-color: #D249D4; }
span { border-color: rgb(210,73,212); }
td.TdClassName
{
border-color: #D249D4;
}
.TagClassName
{
border-color: #D249D4;
}
</style>