Html Css Color HEX #D841E6 Free Speech Magenta

📋 copy color: '#D841E6'

red 216 ◦ green 65 ◦ blue 230

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

Shades of Free Speech Magenta #D841E6

Tints of Free Speech Magenta #D841E6

RGB

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

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

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

R = 42.27%
G = 12.72%
B = 45.01%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D841E6 (or 0xD841E6) is known color: Free Speech Magenta. HEX triplet: D8, 41 and E6. RGB value is (216,65,230). Sum of RGB (Red+Green+Blue) = 216+65+230=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #D841E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D841E6 is #27BE19. Grayscale: #808080. Windows color (decimal): -2604570 or 15090136. OLE color: 15090136.

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

Color convert

RGB 216 65 230 -
CMYK 0.06 0.72 0 0.10
HSL 294.91º 0.77% 0.58% -
HSV(B) 294.91º 0.72% 0.9% -
XYZ 44.49 24.09 77.17 -
YUV 128.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 216 65 230 0.06 0.72 0 0.10 294.91 0.77 0.58
Hex D8 41 E6 6 48 0 A 127 4D 3A
Octal 330 101 346 6 110 0 12 447 115 72
Binary 11011000 1000001 11100110 110 1001000 0 1010 100100111 1001101 111010

Color Harmonies of #D841E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D841E6

Black with #D841E6

Text Example


Text Example

White with #D841E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D841E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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