#DE46C8

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

Shades of Free Speech Magenta #DE46C8

Tints of Free Speech Magenta #DE46C8

Color information

#DE46C8 (or 0xDE46C8) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 46 and C8. RGB value is (222,70,200). Sum of RGB (Red+Green+Blue) = 222+70+200=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE46C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE46C8 is #21B937. Grayscale: #818181. Windows color (decimal): -2210104 or 13125342. OLE color: 13125342.

HSL color Cylindrical-coordinate representation of color #DE46C8: hue angle of 308.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE46C8 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22270200-
CMYK00.680.100.13
HSL308.68º69.72%57.25%-
HSV(B)308.68º68.47%87.06%-
XYZ42.7424.0857.04-
YUV130.27167.36193.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 70 (27.73% from 255) = 14.23%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=45.12%
G=14.23%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227020000.680.100.13308.6869.7257.25
HexDE46C8044AD1354639
Octal3361063100104121546510671
Binary1101111010001101100100001000100101011011001101011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE46C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE46C8; }

 p { color: rgb(222,70,200); }

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

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

 a { background-color: rgb(222,70,200); }

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

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

 span { border-color: rgb(222,70,200); }

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