#DE62BB

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

Shades of Free Speech Magenta #DE62BB

Tints of Free Speech Magenta #DE62BB

Color information

#DE62BB (or 0xDE62BB) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 62 and BB. RGB value is (222,98,187). Sum of RGB (Red+Green+Blue) = 222+98+187=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE62BB is #219D44. Grayscale: #909090. Windows color (decimal): -2202949 or 12280542. OLE color: 12280542.

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

Color convert

RGB22298187-
CMYK00.560.160.13
HSL316.94º65.26%62.75%-
HSV(B)316.94º55.86%87.06%-
XYZ43.4627.8550.1-
YUV145.22151.58182.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 98 (38.67% from 255) = 19.33%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=43.79%
G=19.33%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229818700.560.160.13316.9465.2662.75
HexDE62BB03810D13d413f
Octal336142273070201547510177
Binary1101111011000101011101101110001000011011001111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE62BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE62BB; }

 p { color: rgb(222,98,187); }

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

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

 a { background-color: rgb(222,98,187); }

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

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

 span { border-color: rgb(222,98,187); }

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