#DE44E7

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

Shades of Free Speech Magenta #DE44E7

Tints of Free Speech Magenta #DE44E7

Color information

#DE44E7 (or 0xDE44E7) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 44 and E7. RGB value is (222,68,231). Sum of RGB (Red+Green+Blue) = 222+68+231=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE44E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE44E7 is #21BB18. Grayscale: #848484. Windows color (decimal): -2210585 or 15156446. OLE color: 15156446.

HSL color Cylindrical-coordinate representation of color #DE44E7: hue angle of 296.69º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE44E7 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22268231-
CMYK0.040.7100.09
HSL296.69º77.25%58.63%-
HSV(B)296.69º70.56%90.59%-
XYZ46.6225.4378.05-
YUV132.63183.52191.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 68 (26.95% from 255) = 13.05%
BLUE value IS 231 (90.62% from 255) = 44.34%
R=42.61%
G=13.05%
B=44.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222682310.040.7100.09296.6977.2558.63
HexDE44E7447091294d3b
Octal336104347410701145111573
Binary110111101000100111001111001000111010011001010011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE44E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE44E7; }

 p { color: rgb(222,68,231); }

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

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

 a { background-color: rgb(222,68,231); }

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

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

 span { border-color: rgb(222,68,231); }

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