#DE53CA

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

Shades of Free Speech Magenta #DE53CA

Tints of Free Speech Magenta #DE53CA

Color information

#DE53CA (or 0xDE53CA) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 53 and CA. RGB value is (222,83,202). Sum of RGB (Red+Green+Blue) = 222+83+202=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE53CA is #21AC35. Grayscale: #898989. Windows color (decimal): -2206774 or 13259742. OLE color: 13259742.

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

Color convert

RGB22283202-
CMYK00.630.090.13
HSL308.63º67.8%59.8%-
HSV(B)308.63º62.61%87.06%-
XYZ43.8825.9858.58-
YUV138.13164.05187.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 83 (32.81% from 255) = 16.37%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=43.79%
G=16.37%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228320200.630.090.13308.6367.859.8
HexDE53CA03F9D135443c
Octal336123312077111546510474
Binary110111101010011110010100111111100111011001101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE53CA; }

 p { color: rgb(222,83,202); }

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

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

 a { background-color: rgb(222,83,202); }

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

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

 span { border-color: rgb(222,83,202); }

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