#DE55C5

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

Shades of Free Speech Magenta #DE55C5

Tints of Free Speech Magenta #DE55C5

Color information

#DE55C5 (or 0xDE55C5) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 55 and C5. RGB value is (222,85,197). Sum of RGB (Red+Green+Blue) = 222+85+197=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE55C5 is #21AA3A. Grayscale: #8A8A8A. Windows color (decimal): -2206267 or 12932574. OLE color: 12932574.

HSL color Cylindrical-coordinate representation of color #DE55C5: hue angle of 310.95º degrees, saturation: 0.67, 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 #DE55C5 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB22285197-
CMYK00.620.110.13
HSL310.95º67.49%60.2%-
HSV(B)310.95º61.71%87.06%-
XYZ43.4526.0655.56-
YUV138.73160.89187.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 85 (33.59% from 255) = 16.87%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=44.05%
G=16.87%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228519700.620.110.13310.9567.4960.2
HexDE55C503EBD137433c
Octal336125305076131546710374
Binary110111101010101110001010111110101111011001101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE55C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE55C5; }

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

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

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

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

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

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

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

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