Html Css Color HEX #D641E6 Free Speech Magenta

📋 copy color: '#D641E6'

red 214 ◦ green 65 ◦ blue 230

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

Shades of Free Speech Magenta #D641E6

Tints of Free Speech Magenta #D641E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 42.04%
G = 12.77%
B = 45.19%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D641E6 (or 0xD641E6) is known color: Free Speech Magenta. HEX triplet: D6, 41 and E6. RGB value is (214,65,230). Sum of RGB (Red+Green+Blue) = 214+65+230=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #D641E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641E6 is #29BE19. Grayscale: #7F7F7F. Windows color (decimal): -2735642 or 15090134. OLE color: 15090134.

HSL color Cylindrical-coordinate representation of color #D641E6: hue angle of 294.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D641E6 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 65 230 -
CMYK 0.07 0.72 0 0.10
HSL 294.18º 0.77% 0.58% -
HSV(B) 294.18º 0.72% 0.9% -
XYZ 43.9 23.79 77.14 -
YUV 128.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 214 65 230 0.07 0.72 0 0.10 294.18 0.77 0.58
Hex D6 41 E6 7 48 0 A 126 4D 3A
Octal 326 101 346 7 110 0 12 446 115 72
Binary 11010110 1000001 11100110 111 1001000 0 1010 100100110 1001101 111010

Color Harmonies of #D641E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641E6

Black with #D641E6

Text Example


Text Example

White with #D641E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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