#de50c5

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

Shades of Free Speech Magenta #DE50C5

Tints of Free Speech Magenta #DE50C5

Color information

#DE50C5 (or 0xDE50C5) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 50 and C5. RGB value is (222,80,197). Sum of RGB (Red+Green+Blue) = 222+80+197=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50C5 is #21AF3A. Grayscale: #878787. Windows color (decimal): -2207547 or 12931294. OLE color: 12931294.

HSL color Cylindrical-coordinate representation of color #DE50C5: hue angle of 310.56º 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 #DE50C5 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22280197-
CMYK00.640.110.13
HSL310.56º68.27%59.22%-
HSV(B)310.56º63.96%87.06%-
XYZ43.0725.355.44-
YUV135.8162.54189.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=44.49%
G=16.03%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228019700.640.110.13310.5668.2759.22
HexDE50C5040BD137443b
Octal3361203050100131546710473
Binary1101111010100001100010101000000101111011001101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de50c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de50c5; }

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

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

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

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

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

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

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

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