#D954E6

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

Shades of Free Speech Magenta #D954E6

Tints of Free Speech Magenta #D954E6

Color information

#D954E6 (or 0xD954E6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 54 and E6. RGB value is (217,84,230). Sum of RGB (Red+Green+Blue) = 217+84+230=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #D954E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954E6 is #26AB19. Grayscale: #8B8B8B. Windows color (decimal): -2534170 or 15095001. OLE color: 15095001.

HSL color Cylindrical-coordinate representation of color #D954E6: hue angle of 294.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D954E6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21784230-
CMYK0.060.6300.10
HSL294.66º74.49%61.57%-
HSV(B)294.66º63.48%90.2%-
XYZ46.0726.8177.61-
YUV140.41178.56182.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 84 (33.20% from 255) = 15.82%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=40.87%
G=15.82%
B=43.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal217842300.060.6300.10294.6674.4961.57
HexD954E663F0A1274a3e
Octal33112434667701244711276
Binary11011001101010011100110110111111010101001001111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D954E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D954E6; }

 p { color: rgb(217,84,230); }

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

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

 a { background-color: rgb(217,84,230); }

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

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

 span { border-color: rgb(217,84,230); }

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