#DE63DC

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

Shades of Free Speech Magenta #DE63DC

Tints of Free Speech Magenta #DE63DC

Color information

#DE63DC (or 0xDE63DC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 63 and DC. RGB value is (222,99,220). Sum of RGB (Red+Green+Blue) = 222+99+220=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63DC is #219C23. Grayscale: #959595. Windows color (decimal): -2202660 or 14443486. OLE color: 14443486.

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

Color convert

RGB22299220-
CMYK00.550.010.13
HSL300.98º65.08%62.94%-
HSV(B)300.98º55.41%87.06%-
XYZ47.529.6270.92-
YUV149.57167.75179.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 99 (39.06% from 255) = 18.30%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=41.04%
G=18.30%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229922000.550.010.13300.9865.0862.94
HexDE63DC0371D12d413f
Octal33614333406711545510177
Binary110111101100011110111000110111111011001011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE63DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE63DC; }

 p { color: rgb(222,99,220); }

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

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

 a { background-color: rgb(222,99,220); }

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

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

 span { border-color: rgb(222,99,220); }

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