#D951E1

Color #D951E1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D951E1

Tints of Free Speech Magenta #D951E1

Color information

#D951E1 (or 0xD951E1) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 51 and E1. RGB value is (217,81,225). Sum of RGB (Red+Green+Blue) = 217+81+225=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #D951E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951E1 is #26AE1E. Grayscale: #898989. Windows color (decimal): -2534943 or 14766553. OLE color: 14766553.

HSL color Cylindrical-coordinate representation of color #D951E1: hue angle of 296.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D951E1 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21781225-
CMYK0.040.6400.12
HSL296.67º70.59%60%-
HSV(B)296.67º64%88.24%-
XYZ45.1526.0773.89-
YUV138.08177.06184.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 81 (32.03% from 255) = 15.49%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=41.49%
G=15.49%
B=43.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217812250.040.6400.12296.6770.5960
HexD951E14400C129473c
Octal331121341410001445110774
Binary110110011010001111000011001000000011001001010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D951E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D951E1; }

 p { color: rgb(217,81,225); }

 H1.HeaderClassName
 {
   color: #D951E1;
 }
 .AnyTagClassName
 {
   color: #D951E1;
 }
</style>
background-color css

<style>
 a { background-color: #D951E1; }

 a { background-color: rgb(217,81,225); }

 div.DivClassName
 {
   background-color: #D951E1;
 }
 .BgClassName
 {
   background-color: #D951E1;
 }
</style>
border-color css

<style>
 span { border-color: #D951E1; }

 span { border-color: rgb(217,81,225); }

 td.TdClassName
 {
   border-color: #D951E1;
 }
 .TagClassName
 {
   border-color: #D951E1;
 }
</style>