#D548EE

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

Shades of Free Speech Magenta #D548EE

Tints of Free Speech Magenta #D548EE

Color information

#D548EE (or 0xD548EE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 48 and EE. RGB value is (213,72,238). Sum of RGB (Red+Green+Blue) = 213+72+238=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #D548EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D548EE is #2AB711. Grayscale: #848484. Windows color (decimal): -2799378 or 15616213. OLE color: 15616213.

HSL color Cylindrical-coordinate representation of color #D548EE: hue angle of 290.96º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D548EE is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21372238-
CMYK0.110.7000.07
HSL290.96º83%60.78%-
HSV(B)290.96º69.75%93.33%-
XYZ45.1924.9583.32-
YUV133.08187.21185-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 72 (28.52% from 255) = 13.77%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=40.73%
G=13.77%
B=45.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213722380.110.7000.07290.968360.78
HexD548EEB4607123533d
Octal325110356131060744312375
Binary110101011001000111011101011100011001111001000111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D548EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D548EE; }

 p { color: rgb(213,72,238); }

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

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

 a { background-color: rgb(213,72,238); }

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

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

 span { border-color: rgb(213,72,238); }

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