#D955E0

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

Shades of Free Speech Magenta #D955E0

Tints of Free Speech Magenta #D955E0

Color information

#D955E0 (or 0xD955E0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 55 and E0. RGB value is (217,85,224). Sum of RGB (Red+Green+Blue) = 217+85+224=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #D955E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955E0 is #26AA1F. Grayscale: #8B8B8B. Windows color (decimal): -2533920 or 14702041. OLE color: 14702041.

HSL color Cylindrical-coordinate representation of color #D955E0: hue angle of 296.98º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D955E0 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21785224-
CMYK0.030.6200.12
HSL296.98º69.15%60.59%-
HSV(B)296.98º62.05%87.84%-
XYZ45.3226.6373.27-
YUV140.31175.23182.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=41.25%
G=16.16%
B=42.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217852240.030.6200.12296.9869.1560.59
HexD955E033E0C129453d
Octal33112534037601445110575
Binary1101100110101011110000011111110011001001010011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955E0; }

 p { color: rgb(217,85,224); }

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

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

 a { background-color: rgb(217,85,224); }

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

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

 span { border-color: rgb(217,85,224); }

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