#de5bca

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

Shades of Free Speech Magenta #DE5BCA

Tints of Free Speech Magenta #DE5BCA

Color information

#DE5BCA (or 0xDE5BCA) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5B and CA. RGB value is (222,91,202). Sum of RGB (Red+Green+Blue) = 222+91+202=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5BCA is #21A435. Grayscale: #8E8E8E. Windows color (decimal): -2204726 or 13261790. OLE color: 13261790.

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

Color convert

RGB22291202-
CMYK00.590.090.13
HSL309.16º66.5%61.37%-
HSV(B)309.16º59.01%87.06%-
XYZ44.5327.2858.8-
YUV142.82161.4184.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 91 (35.94% from 255) = 17.67%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=43.11%
G=17.67%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229120200.590.090.13309.1666.561.37
HexDE5BCA03B9D135423d
Octal336133312073111546510275
Binary110111101011011110010100111011100111011001101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de5bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de5bca; }

 p { color: rgb(222,91,202); }

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

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

 a { background-color: rgb(222,91,202); }

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

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

 span { border-color: rgb(222,91,202); }

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