Html Css Color HEX #D732E6 Free Speech Magenta
📋 copy color: '#D732E6'red 215 ◦ green 50 ◦ blue 230
Shades of Free Speech Magenta #D732E6
Tints of Free Speech Magenta #D732E6
RGB
CMYK
RGB Variations
Color information
#D732E6 (or 0xD732E6) is known color: Free Speech Magenta. HEX triplet: D7, 32 and E6. RGB value is (215,50,230). Sum of RGB (Red+Green+Blue) = 215+50+230=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #D732E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D732E6 is #28CD19. Grayscale: #777777. Windows color (decimal): -2673946 or 15086295. OLE color: 15086295.
HSL color Cylindrical-coordinate representation of color #D732E6: hue angle of 295º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D732E6 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 50 | 230 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.10 |
| HSL | 295º | 0.78% | 0.55% | - |
| HSV(B) | 295º | 0.78% | 0.9% | - |
| XYZ | 43.45 | 22.44 | 76.9 | - |
| YUV | 119.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 230 | 0.07 | 0.78 | 0 | 0.10 | 295 | 0.78 | 0.55 |
| Hex | D7 | 32 | E6 | 7 | 4E | 0 | A | 127 | 4E | 37 |
| Octal | 327 | 62 | 346 | 7 | 116 | 0 | 12 | 447 | 116 | 67 |
| Binary | 11010111 | 110010 | 11100110 | 111 | 1001110 | 0 | 1010 | 100100111 | 1001110 | 110111 |
Color Harmonies of #D732E6
Complementary color
Monochromatic Colors of #D732E6
Black with #D732E6
Text Example
Text Example
White with #D732E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732E6; }
p { color: rgb(215,50,230); }
H1.HeaderClassName
{
color: #D732E6;
}
.AnyTagClassName
{
color: #D732E6;
}
</style>
background-color css
<style>
a { background-color: #D732E6; }
a { background-color: rgb(215,50,230); }
div.DivClassName
{
background-color: #D732E6;
}
.BgClassName
{
background-color: #D732E6;
}
</style>
border-color css
<style>
span { border-color: #D732E6; }
span { border-color: rgb(215,50,230); }
td.TdClassName
{
border-color: #D732E6;
}
.TagClassName
{
border-color: #D732E6;
}
</style>