#D155D0

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

Shades of Free Speech Magenta #D155D0

Tints of Free Speech Magenta #D155D0

Color information

#D155D0 (or 0xD155D0) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 55 and D0. RGB value is (209,85,208). Sum of RGB (Red+Green+Blue) = 209+85+208=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D155D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155D0 is #2EAA2F. Grayscale: #878787. Windows color (decimal): -3058224 or 13653457. OLE color: 13653457.

HSL color Cylindrical-coordinate representation of color #D155D0: hue angle of 300.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D155D0 is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB20985208-
CMYK00.590.000.18
HSL300.48º57.41%57.65%-
HSV(B)300.48º59.33%81.96%-
XYZ40.9324.6162.27-
YUV136.1168.58180-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 85 (33.59% from 255) = 16.93%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=41.63%
G=16.93%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098520800.590.000.18300.4857.4157.65
HexD155D003B01212c393a
Octal3211253200730224547172
Binary110100011010101110100000111011010010100101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155D0; }

 p { color: rgb(209,85,208); }

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

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

 a { background-color: rgb(209,85,208); }

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

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

 span { border-color: rgb(209,85,208); }

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