Html Css Color HEX #D641ED Free Speech Magenta

📋 copy color: '#D641ED'

red 214 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #D641ED

Tints of Free Speech Magenta #D641ED

RGB

 RED value IS 214 (83.98% from 255) = 41.47%

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

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

R = 41.47%
G = 12.6%
B = 45.93%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D641ED (or 0xD641ED) is known color: Free Speech Magenta. HEX triplet: D6, 41 and ED. RGB value is (214,65,237). Sum of RGB (Red+Green+Blue) = 214+65+237=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #D641ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641ED is #29BE12. Grayscale: #808080. Windows color (decimal): -2735635 or 15548886. OLE color: 15548886.

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

Color convert

RGB 214 65 237 -
CMYK 0.10 0.73 0 0.07
HSL 291.98º 0.83% 0.59% -
HSV(B) 291.98º 0.73% 0.93% -
XYZ 44.91 24.19 82.42 -
YUV 129.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 214 65 237 0.10 0.73 0 0.07 291.98 0.83 0.59
Hex D6 41 ED A 49 0 7 124 53 3B
Octal 326 101 355 12 111 0 7 444 123 73
Binary 11010110 1000001 11101101 1010 1001001 0 111 100100100 1010011 111011

Color Harmonies of #D641ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641ED

Black with #D641ED

Text Example


Text Example

White with #D641ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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