#DE51C6

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

Shades of Free Speech Magenta #DE51C6

Tints of Free Speech Magenta #DE51C6

Color information

#DE51C6 (or 0xDE51C6) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 51 and C6. RGB value is (222,81,198). Sum of RGB (Red+Green+Blue) = 222+81+198=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE51C6 is #21AE39. Grayscale: #888888. Windows color (decimal): -2207290 or 12997086. OLE color: 12997086.

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

Color convert

RGB22281198-
CMYK00.640.110.13
HSL310.21º68.12%59.41%-
HSV(B)310.21º63.51%87.06%-
XYZ43.2625.4956.07-
YUV136.5162.71188.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 81 (32.03% from 255) = 16.17%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=44.31%
G=16.17%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228119800.640.110.13310.2168.1259.41
HexDE51C6040BD136443b
Octal3361213060100131546610473
Binary1101111010100011100011001000000101111011001101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE51C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE51C6; }

 p { color: rgb(222,81,198); }

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

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

 a { background-color: rgb(222,81,198); }

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

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

 span { border-color: rgb(222,81,198); }

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