#DE5DC6

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

Shades of Free Speech Magenta #DE5DC6

Tints of Free Speech Magenta #DE5DC6

Color information

#DE5DC6 (or 0xDE5DC6) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5D and C6. RGB value is (222,93,198). Sum of RGB (Red+Green+Blue) = 222+93+198=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DC6 is #21A239. Grayscale: #8F8F8F. Windows color (decimal): -2204218 or 13000158. OLE color: 13000158.

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

Color convert

RGB22293198-
CMYK00.580.110.13
HSL311.16º66.15%61.76%-
HSV(B)311.16º58.11%87.06%-
XYZ44.2327.4456.39-
YUV143.54158.74183.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=43.27%
G=18.13%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229319800.580.110.13311.1666.1561.76
HexDE5DC603ABD137423e
Octal336135306072131546710276
Binary110111101011101110001100111010101111011001101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DC6; }

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

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

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

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

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

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

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

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