#D155E0

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

Shades of Free Speech Magenta #D155E0

Tints of Free Speech Magenta #D155E0

Color information

#D155E0 (or 0xD155E0) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 55 and E0. RGB value is (209,85,224). Sum of RGB (Red+Green+Blue) = 209+85+224=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #D155E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155E0 is #2EAA1F. Grayscale: #898989. Windows color (decimal): -3058208 or 14702033. OLE color: 14702033.

HSL color Cylindrical-coordinate representation of color #D155E0: hue angle of 293.53º 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 #D155E0 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20985224-
CMYK0.070.6200.12
HSL293.53º69.15%60.59%-
HSV(B)293.53º62.05%87.84%-
XYZ4325.4373.16-
YUV137.92176.58178.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 85 (33.59% from 255) = 16.41%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=40.35%
G=16.41%
B=43.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209852240.070.6200.12293.5369.1560.59
HexD155E073E0C126453d
Octal32112534077601444610575
Binary11010001101010111100000111111110011001001001101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155E0; }

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

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

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

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

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

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

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

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