Html Css Color HEX #D841ED Free Speech Magenta

📋 copy color: '#D841ED'

red 216 ◦ green 65 ◦ blue 237

#D841ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D841ED

Tints of Free Speech Magenta #D841ED

RGB

 RED value IS 216 (84.77% from 255) = 41.7%

 GREEN value IS 65 (25.78% from 255) = 12.55%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 41.7%
G = 12.55%
B = 45.75%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D841ED (or 0xD841ED) is known color: Free Speech Magenta. HEX triplet: D8, 41 and ED. RGB value is (216,65,237). Sum of RGB (Red+Green+Blue) = 216+65+237=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D841ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D841ED is #27BE12. Grayscale: #818181. Windows color (decimal): -2604563 or 15548888. OLE color: 15548888.

HSL color Cylindrical-coordinate representation of color #D841ED: hue angle of 292.67º 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 #D841ED is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 65 237 -
CMYK 0.09 0.73 0 0.07
HSL 292.67º 0.83% 0.59% -
HSV(B) 292.67º 0.73% 0.93% -
XYZ 45.5 24.49 82.45 -
YUV 129.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 216 65 237 0.09 0.73 0 0.07 292.67 0.83 0.59
Hex D8 41 ED 9 49 0 7 125 53 3B
Octal 330 101 355 11 111 0 7 445 123 73
Binary 11011000 1000001 11101101 1001 1001001 0 111 100100101 1010011 111011

Color Harmonies of #D841ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841ED

Black with #D841ED

Text Example


Text Example

White with #D841ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841ED; }

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

 H1.HeaderClassName
 {
   color: #D841ED;
 }
 .AnyTagClassName
 {
   color: #D841ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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