#DE66BD

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

Shades of Free Speech Magenta #DE66BD

Tints of Free Speech Magenta #DE66BD

Color information

#DE66BD (or 0xDE66BD) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 66 and BD. RGB value is (222,102,189). Sum of RGB (Red+Green+Blue) = 222+102+189=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66BD is #219942. Grayscale: #939393. Windows color (decimal): -2201923 or 12412638. OLE color: 12412638.

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

Color convert

RGB222102189-
CMYK00.540.150.13
HSL316.5º64.52%63.53%-
HSV(B)316.5º54.05%87.06%-
XYZ44.0628.7151.36-
YUV147.8151.26180.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=43.27%
G=19.88%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210218900.540.150.13316.564.5263.53
HexDE66BD036FD13c4140
Octal3361462750661715474101100
Binary1101111011001101011110101101101111110110011110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE66BD; }

 p { color: rgb(222,102,189); }

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

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

 a { background-color: rgb(222,102,189); }

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

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

 span { border-color: rgb(222,102,189); }

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