#D550EE

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

Shades of Free Speech Magenta #D550EE

Tints of Free Speech Magenta #D550EE

Color information

#D550EE (or 0xD550EE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 50 and EE. RGB value is (213,80,238). Sum of RGB (Red+Green+Blue) = 213+80+238=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #D550EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D550EE is #2AAF11. Grayscale: #898989. Windows color (decimal): -2797330 or 15618261. OLE color: 15618261.

HSL color Cylindrical-coordinate representation of color #D550EE: hue angle of 290.51º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D550EE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21380238-
CMYK0.110.6600.07
HSL290.51º82.29%62.35%-
HSV(B)290.51º66.39%93.33%-
XYZ45.7426.0683.51-
YUV137.78184.56181.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 80 (31.64% from 255) = 15.07%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=40.11%
G=15.07%
B=44.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213802380.110.6600.07290.5182.2962.35
HexD550EEB4207123523e
Octal325120356131020744312276
Binary110101011010000111011101011100001001111001000111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D550EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D550EE; }

 p { color: rgb(213,80,238); }

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

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

 a { background-color: rgb(213,80,238); }

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

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

 span { border-color: rgb(213,80,238); }

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