#D350DE

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

Shades of Free Speech Magenta #D350DE

Tints of Free Speech Magenta #D350DE

Color information

#D350DE (or 0xD350DE) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 50 and DE. RGB value is (211,80,222). Sum of RGB (Red+Green+Blue) = 211+80+222=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #D350DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350DE is #2CAF21. Grayscale: #868686. Windows color (decimal): -2928418 or 14569683. OLE color: 14569683.

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

Color convert

RGB21180222-
CMYK0.050.6400.13
HSL295.35º68.27%59.22%-
HSV(B)295.35º63.96%87.06%-
XYZ42.9224.8671.64-
YUV135.36176.9181.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 80 (31.64% from 255) = 15.59%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=41.13%
G=15.59%
B=43.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211802220.050.6400.13295.3568.2759.22
HexD350DE5400D127443b
Octal323120336510001544710473
Binary110100111010000110111101011000000011011001001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D350DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D350DE; }

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

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

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

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

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

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

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

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