Html Css Color HEX #D441E1 Free Speech Magenta

📋 copy color: '#D441E1'

red 212 ◦ green 65 ◦ blue 225

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

Shades of Free Speech Magenta #D441E1

Tints of Free Speech Magenta #D441E1

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 42.23%
G = 12.95%
B = 44.82%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D441E1 (or 0xD441E1) is known color: Free Speech Magenta. HEX triplet: D4, 41 and E1. RGB value is (212,65,225). Sum of RGB (Red+Green+Blue) = 212+65+225=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #D441E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441E1 is #2BBE1E. Grayscale: #7E7E7E. Windows color (decimal): -2866719 or 14762452. OLE color: 14762452.

HSL color Cylindrical-coordinate representation of color #D441E1: hue angle of 295.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D441E1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 65 225 -
CMYK 0.06 0.71 0 0.12
HSL 295.13º 0.73% 0.57% -
HSV(B) 295.13º 0.71% 0.88% -
XYZ 42.63 23.21 73.47 -
YUV 127.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 212 65 225 0.06 0.71 0 0.12 295.13 0.73 0.57
Hex D4 41 E1 6 47 0 C 127 49 39
Octal 324 101 341 6 107 0 14 447 111 71
Binary 11010100 1000001 11100001 110 1000111 0 1100 100100111 1001001 111001

Color Harmonies of #D441E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441E1

Black with #D441E1

Text Example


Text Example

White with #D441E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441E1; }

 p { color: rgb(212,65,225); }

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

background-color css

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

 a { background-color: rgb(212,65,225); }

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

border-color css

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

 span { border-color: rgb(212,65,225); }

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