#de54c4

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

Shades of Free Speech Magenta #DE54C4

Tints of Free Speech Magenta #DE54C4

Color information

#DE54C4 (or 0xDE54C4) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 54 and C4. RGB value is (222,84,196). Sum of RGB (Red+Green+Blue) = 222+84+196=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE54C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE54C4 is #21AB3B. Grayscale: #898989. Windows color (decimal): -2206524 or 12866782. OLE color: 12866782.

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

Color convert

RGB22284196-
CMYK00.620.120.13
HSL311.3º67.65%60%-
HSV(B)311.3º62.16%87.06%-
XYZ43.2625.8654.94-
YUV138.03160.72187.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 84 (33.20% from 255) = 16.73%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=44.22%
G=16.73%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228419600.620.120.13311.367.6560
HexDE54C403ECD137443c
Octal336124304076141546710474
Binary110111101010100110001000111110110011011001101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de54c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de54c4; }

 p { color: rgb(222,84,196); }

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

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

 a { background-color: rgb(222,84,196); }

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

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

 span { border-color: rgb(222,84,196); }

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