#DE62BC

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

Shades of Free Speech Magenta #DE62BC

Tints of Free Speech Magenta #DE62BC

Color information

#DE62BC (or 0xDE62BC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 62 and BC. RGB value is (222,98,188). Sum of RGB (Red+Green+Blue) = 222+98+188=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE62BC is #219D43. Grayscale: #919191. Windows color (decimal): -2202948 or 12346078. OLE color: 12346078.

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

Color convert

RGB22298188-
CMYK00.560.150.13
HSL316.45º65.26%62.75%-
HSV(B)316.45º55.86%87.06%-
XYZ43.5727.950.67-
YUV145.34152.08182.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=43.70%
G=19.29%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229818800.560.150.13316.4565.2662.75
HexDE62BC038FD13c413f
Octal336142274070171547410177
Binary110111101100010101111000111000111111011001111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE62BC; }

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

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

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

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

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

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

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

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