#DE4BC5

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

Shades of Free Speech Magenta #DE4BC5

Tints of Free Speech Magenta #DE4BC5

Color information

#DE4BC5 (or 0xDE4BC5) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4B and C5. RGB value is (222,75,197). Sum of RGB (Red+Green+Blue) = 222+75+197=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4BC5 is #21B43A. Grayscale: #848484. Windows color (decimal): -2208827 or 12930014. OLE color: 12930014.

HSL color Cylindrical-coordinate representation of color #DE4BC5: hue angle of 310.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4BC5 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22275197-
CMYK00.660.110.13
HSL310.2º69.01%58.24%-
HSV(B)310.2º66.22%87.06%-
XYZ42.7224.5955.32-
YUV132.86164.2191.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 75 (29.69% from 255) = 15.18%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=44.94%
G=15.18%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227519700.660.110.13310.269.0158.24
HexDE4BC5042BD136453a
Octal3361133050102131546610572
Binary1101111010010111100010101000010101111011001101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4BC5; }

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

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

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

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

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

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

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

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