#D55BEA

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

Shades of Free Speech Magenta #D55BEA

Tints of Free Speech Magenta #D55BEA

Color information

#D55BEA (or 0xD55BEA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5B and EA. RGB value is (213,91,234). Sum of RGB (Red+Green+Blue) = 213+91+234=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #D55BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BEA is #2AA415. Grayscale: #8F8F8F. Windows color (decimal): -2794518 or 15358933. OLE color: 15358933.

HSL color Cylindrical-coordinate representation of color #D55BEA: hue angle of 291.19º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55BEA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21391234-
CMYK0.090.6100.08
HSL291.19º77.3%63.73%-
HSV(B)291.19º61.11%91.76%-
XYZ46.0327.5780.74-
YUV143.78178.92177.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 91 (35.94% from 255) = 16.91%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=39.59%
G=16.91%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213912340.090.6100.08291.1977.363.73
HexD55BEA93D081234d40
Octal3251333521175010443115100
Binary1101010110110111110101010011111010100010010001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55BEA; }

 p { color: rgb(213,91,234); }

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

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

 a { background-color: rgb(213,91,234); }

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

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

 span { border-color: rgb(213,91,234); }

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