#DE4BD9

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

Shades of Free Speech Magenta #DE4BD9

Tints of Free Speech Magenta #DE4BD9

Color information

#DE4BD9 (or 0xDE4BD9) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 4B and D9. RGB value is (222,75,217). Sum of RGB (Red+Green+Blue) = 222+75+217=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4BD9 is #21B426. Grayscale: #868686. Windows color (decimal): -2208807 or 14240734. OLE color: 14240734.

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

Color convert

RGB22275217-
CMYK00.660.020.13
HSL302.04º69.01%58.24%-
HSV(B)302.04º66.22%87.06%-
XYZ45.1625.5768.2-
YUV135.14174.2189.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 75 (29.69% from 255) = 14.59%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=43.19%
G=14.59%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227521700.660.020.13302.0469.0158.24
HexDE4BD90422D12e453a
Octal336113331010221545610572
Binary11011110100101111011001010000101011011001011101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4BD9; }

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

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

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

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

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

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

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

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