#D35EE1

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

Shades of Free Speech Magenta #D35EE1

Tints of Free Speech Magenta #D35EE1

Color information

#D35EE1 (or 0xD35EE1) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5E and E1. RGB value is (211,94,225). Sum of RGB (Red+Green+Blue) = 211+94+225=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #D35EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EE1 is #2CA11E. Grayscale: #8F8F8F. Windows color (decimal): -2924831 or 14769875. OLE color: 14769875.

HSL color Cylindrical-coordinate representation of color #D35EE1: hue angle of 293.59º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35EE1 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21194225-
CMYK0.060.5800.12
HSL293.59º68.59%62.55%-
HSV(B)293.59º58.22%88.24%-
XYZ44.4627.2974.16-
YUV143.92173.76175.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=39.81%
G=17.74%
B=42.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211942250.060.5800.12293.5968.5962.55
HexD35EE163A0C126453f
Octal32313634167201444610577
Binary11010011101111011100001110111010011001001001101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35EE1; }

 p { color: rgb(211,94,225); }

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

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

 a { background-color: rgb(211,94,225); }

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

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

 span { border-color: rgb(211,94,225); }

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