#DE5FBA

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

Shades of Free Speech Magenta #DE5FBA

Tints of Free Speech Magenta #DE5FBA

Color information

#DE5FBA (or 0xDE5FBA) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5F and BA. RGB value is (222,95,186). Sum of RGB (Red+Green+Blue) = 222+95+186=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5FBA is #21A045. Grayscale: #8F8F8F. Windows color (decimal): -2203718 or 12214238. OLE color: 12214238.

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

Color convert

RGB22295186-
CMYK00.570.160.13
HSL317.01º65.8%62.16%-
HSV(B)317.01º57.21%87.06%-
XYZ43.0827.2649.45-
YUV143.35152.08184.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=44.14%
G=18.89%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229518600.570.160.13317.0165.862.16
HexDE5FBA03910D13d423e
Octal336137272071201547510276
Binary1101111010111111011101001110011000011011001111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5FBA; }

 p { color: rgb(222,95,186); }

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

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

 a { background-color: rgb(222,95,186); }

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

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

 span { border-color: rgb(222,95,186); }

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