#D955DC

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

Shades of Free Speech Magenta #D955DC

Tints of Free Speech Magenta #D955DC

Color information

#D955DC (or 0xD955DC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 55 and DC. RGB value is (217,85,220). Sum of RGB (Red+Green+Blue) = 217+85+220=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #D955DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955DC is #26AA23. Grayscale: #8B8B8B. Windows color (decimal): -2533924 or 14439897. OLE color: 14439897.

HSL color Cylindrical-coordinate representation of color #D955DC: hue angle of 298.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D955DC is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21785220-
CMYK0.010.6100.14
HSL298.67º65.85%59.8%-
HSV(B)298.67º61.36%86.27%-
XYZ44.7826.4270.45-
YUV139.86173.23183.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 85 (33.59% from 255) = 16.28%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=41.57%
G=16.28%
B=42.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217852200.010.6100.14298.6765.8559.8
HexD955DC13D0E12b423c
Octal33112533417501645310274
Binary110110011010101110111001111101011101001010111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D955DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D955DC; }

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

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

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

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

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

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

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

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