#DE5DD0

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

Shades of Free Speech Magenta #DE5DD0

Tints of Free Speech Magenta #DE5DD0

Color information

#DE5DD0 (or 0xDE5DD0) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5D and D0. RGB value is (222,93,208). Sum of RGB (Red+Green+Blue) = 222+93+208=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DD0 is #21A22F. Grayscale: #909090. Windows color (decimal): -2204208 or 13655518. OLE color: 13655518.

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

Color convert

RGB22293208-
CMYK00.580.060.13
HSL306.51º66.15%61.76%-
HSV(B)306.51º58.11%87.06%-
XYZ45.4227.9162.67-
YUV144.68163.74183.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=42.45%
G=17.78%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229320800.580.060.13306.5166.1561.76
HexDE5DD003A6D133423e
Octal33613532007261546310276
Binary11011110101110111010000011101011011011001100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DD0; }

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

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

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

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

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

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

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

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