#D440EB

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

Shades of Free Speech Magenta #D440EB

Tints of Free Speech Magenta #D440EB

Color information

#D440EB (or 0xD440EB) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 40 and EB. RGB value is (212,64,235). Sum of RGB (Red+Green+Blue) = 212+64+235=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #D440EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440EB is #2BBF14. Grayscale: #7F7F7F. Windows color (decimal): -2866965 or 15417556. OLE color: 15417556.

HSL color Cylindrical-coordinate representation of color #D440EB: hue angle of 291.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D440EB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21264235-
CMYK0.100.7300.08
HSL291.93º81.04%58.63%-
HSV(B)291.93º72.77%92.16%-
XYZ43.9823.6680.85-
YUV127.75188.53188.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 64 (25.39% from 255) = 12.52%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=41.49%
G=12.52%
B=45.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212642350.100.7300.08291.9381.0458.63
HexD440EBA4908124513b
Octal3241003531211101044412173
Binary1101010010000001110101110101001001010001001001001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D440EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D440EB; }

 p { color: rgb(212,64,235); }

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

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

 a { background-color: rgb(212,64,235); }

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

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

 span { border-color: rgb(212,64,235); }

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