#D954E9

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

Shades of Free Speech Magenta #D954E9

Tints of Free Speech Magenta #D954E9

Color information

#D954E9 (or 0xD954E9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 54 and E9. RGB value is (217,84,233). Sum of RGB (Red+Green+Blue) = 217+84+233=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #D954E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954E9 is #26AB16. Grayscale: #8C8C8C. Windows color (decimal): -2534167 or 15291609. OLE color: 15291609.

HSL color Cylindrical-coordinate representation of color #D954E9: hue angle of 293.56º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D954E9 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21784233-
CMYK0.070.6400.09
HSL293.56º77.2%62.16%-
HSV(B)293.56º63.95%91.37%-
XYZ46.4926.9879.85-
YUV140.75180.06182.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 84 (33.20% from 255) = 15.73%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=40.64%
G=15.73%
B=43.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217842330.070.6400.09293.5677.262.16
HexD954E9740091264d3e
Octal331124351710001144611576
Binary110110011010100111010011111000000010011001001101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D954E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D954E9; }

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

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

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

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

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

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

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

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