#de63bc

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

Shades of Free Speech Magenta #DE63BC

Tints of Free Speech Magenta #DE63BC

Color information

#DE63BC (or 0xDE63BC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 63 and BC. RGB value is (222,99,188). Sum of RGB (Red+Green+Blue) = 222+99+188=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63BC is #219C43. Grayscale: #919191. Windows color (decimal): -2202692 or 12346334. OLE color: 12346334.

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

Color convert

RGB22299188-
CMYK00.550.150.13
HSL316.59º65.08%62.94%-
HSV(B)316.59º55.41%87.06%-
XYZ43.6628.0850.7-
YUV145.92151.75182.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 99 (39.06% from 255) = 19.45%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=43.61%
G=19.45%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229918800.550.150.13316.5965.0862.94
HexDE63BC037FD13d413f
Octal336143274067171547510177
Binary110111101100011101111000110111111111011001111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de63bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de63bc; }

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

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

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

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

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

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

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

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