#DE50C8

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

Shades of Free Speech Magenta #DE50C8

Tints of Free Speech Magenta #DE50C8

Color information

#DE50C8 (or 0xDE50C8) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 50 and C8. RGB value is (222,80,200). Sum of RGB (Red+Green+Blue) = 222+80+200=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50C8 is #21AF37. Grayscale: #878787. Windows color (decimal): -2207544 or 13127902. OLE color: 13127902.

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

Color convert

RGB22280200-
CMYK00.640.100.13
HSL309.3º68.27%59.22%-
HSV(B)309.3º63.96%87.06%-
XYZ43.4225.4457.27-
YUV136.14164.04189.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 80 (31.64% from 255) = 15.94%
BLUE value IS 200 (78.52% from 255) = 39.84%
R=44.22%
G=15.94%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228020000.640.100.13309.368.2759.22
HexDE50C8040AD135443b
Octal3361203100100121546510473
Binary1101111010100001100100001000000101011011001101011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE50C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE50C8; }

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

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

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

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

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

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

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

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