#DE51DD

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

Shades of Free Speech Magenta #DE51DD

Tints of Free Speech Magenta #DE51DD

Color information

#DE51DD (or 0xDE51DD) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 51 and DD. RGB value is (222,81,221). Sum of RGB (Red+Green+Blue) = 222+81+221=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE51DD is #21AE22. Grayscale: #8A8A8A. Windows color (decimal): -2207267 or 14504414. OLE color: 14504414.

HSL color Cylindrical-coordinate representation of color #DE51DD: hue angle of 300.43º 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 #DE51DD is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB22281221-
CMYK00.640.000.13
HSL300.43º68.12%59.41%-
HSV(B)300.43º63.51%87.06%-
XYZ46.1226.6371.12-
YUV139.12174.21187.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=42.37%
G=15.46%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228122100.640.000.13300.4368.1259.41
HexDE51DD0400D12c443b
Octal336121335010001545410473
Binary1101111010100011101110101000000011011001011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE51DD; }

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

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

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

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

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

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

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

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