#DE53DB

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

Shades of Free Speech Magenta #DE53DB

Tints of Free Speech Magenta #DE53DB

Color information

#DE53DB (or 0xDE53DB) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 53 and DB. RGB value is (222,83,219). Sum of RGB (Red+Green+Blue) = 222+83+219=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE53DB is #21AC24. Grayscale: #8B8B8B. Windows color (decimal): -2206757 or 14373854. OLE color: 14373854.

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

Color convert

RGB22283219-
CMYK00.630.010.13
HSL301.29º67.8%59.8%-
HSV(B)301.29º62.61%87.06%-
XYZ4626.8369.77-
YUV140.06172.55186.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 83 (32.81% from 255) = 15.84%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=42.37%
G=15.84%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228321900.630.010.13301.2967.859.8
HexDE53DB03F1D12d443c
Octal33612333307711545510474
Binary110111101010011110110110111111111011001011011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE53DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE53DB; }

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

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

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

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

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

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

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

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