Html Css Color HEX #D940E6 Free Speech Magenta

📋 copy color: '#D940E6'

red 217 ◦ green 64 ◦ blue 230

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

Shades of Free Speech Magenta #D940E6

Tints of Free Speech Magenta #D940E6

RGB

 RED value IS 217 (85.16% from 255) = 42.47%

 GREEN value IS 64 (25.39% from 255) = 12.52%

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

R = 42.47%
G = 12.52%
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

#D940E6 (or 0xD940E6) is known color: Free Speech Magenta. HEX triplet: D9, 40 and E6. RGB value is (217,64,230). Sum of RGB (Red+Green+Blue) = 217+64+230=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 64 (25.39% from 255 or 12.52% 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 #D940E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D940E6 is #26BF19. Grayscale: #808080. Windows color (decimal): -2539290 or 15089881. OLE color: 15089881.

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

Color convert

RGB 217 64 230 -
CMYK 0.06 0.72 0 0.10
HSL 295.3º 0.77% 0.58% -
HSV(B) 295.3º 0.72% 0.9% -
XYZ 44.73 24.13 77.16 -
YUV 128.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 217 64 230 0.06 0.72 0 0.10 295.3 0.77 0.58
Hex D9 40 E6 6 48 0 A 127 4D 3A
Octal 331 100 346 6 110 0 12 447 115 72
Binary 11011001 1000000 11100110 110 1001000 0 1010 100100111 1001101 111010

Color Harmonies of #D940E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D940E6

Black with #D940E6

Text Example


Text Example

White with #D940E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D940E6; }

 p { color: rgb(217,64,230); }

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

background-color css

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

 a { background-color: rgb(217,64,230); }

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

border-color css

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

 span { border-color: rgb(217,64,230); }

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