#D840ED

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

Shades of Free Speech Magenta #D840ED

Tints of Free Speech Magenta #D840ED

Color information

#D840ED (or 0xD840ED) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 40 and ED. RGB value is (216,64,237). Sum of RGB (Red+Green+Blue) = 216+64+237=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #D840ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D840ED is #27BF12. Grayscale: #808080. Windows color (decimal): -2604819 or 15548632. OLE color: 15548632.

HSL color Cylindrical-coordinate representation of color #D840ED: hue angle of 292.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D840ED is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21664237-
CMYK0.090.7300.07
HSL292.72º82.78%59.02%-
HSV(B)292.72º73%92.94%-
XYZ45.4424.3882.43-
YUV129.17188.86189.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 64 (25.39% from 255) = 12.38%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=41.78%
G=12.38%
B=45.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216642370.090.7300.07292.7282.7859.02
HexD840ED94907125533b
Octal330100355111110744512373
Binary110110001000000111011011001100100101111001001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D840ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D840ED; }

 p { color: rgb(216,64,237); }

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

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

 a { background-color: rgb(216,64,237); }

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

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

 span { border-color: rgb(216,64,237); }

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