#D353DE

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

Shades of Free Speech Magenta #D353DE

Tints of Free Speech Magenta #D353DE

Color information

#D353DE (or 0xD353DE) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 53 and DE. RGB value is (211,83,222). Sum of RGB (Red+Green+Blue) = 211+83+222=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #D353DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353DE is #2CAC21. Grayscale: #888888. Windows color (decimal): -2927650 or 14570451. OLE color: 14570451.

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

Color convert

RGB21183222-
CMYK0.050.6300.13
HSL295.25º67.8%59.8%-
HSV(B)295.25º62.61%87.06%-
XYZ43.1425.3171.72-
YUV137.12175.91180.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 83 (32.81% from 255) = 16.09%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=40.89%
G=16.09%
B=43.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211832220.050.6300.13295.2567.859.8
HexD353DE53F0D127443c
Octal32312333657701544710474
Binary11010011101001111011110101111111011011001001111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D353DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D353DE; }

 p { color: rgb(211,83,222); }

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

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

 a { background-color: rgb(211,83,222); }

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

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

 span { border-color: rgb(211,83,222); }

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