#D155DF

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

Shades of Free Speech Magenta #D155DF

Tints of Free Speech Magenta #D155DF

Color information

#D155DF (or 0xD155DF) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 55 and DF. RGB value is (209,85,223). Sum of RGB (Red+Green+Blue) = 209+85+223=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #D155DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155DF is #2EAA20. Grayscale: #898989. Windows color (decimal): -3058209 or 14636497. OLE color: 14636497.

HSL color Cylindrical-coordinate representation of color #D155DF: hue angle of 293.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D155DF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20985223-
CMYK0.060.6200.13
HSL293.91º68.32%60.39%-
HSV(B)293.91º61.88%87.45%-
XYZ42.8625.3872.45-
YUV137.81176.08178.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 85 (33.59% from 255) = 16.44%
BLUE value IS 223 (87.5% from 255) = 43.13%
R=40.43%
G=16.44%
B=43.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209852230.060.6200.13293.9168.3260.39
HexD155DF63E0D126443c
Octal32112533767601544610474
Binary11010001101010111011111110111110011011001001101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155DF; }

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

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

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

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

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

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

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

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