Html Css Color HEX #D940FA Free Speech Magenta

📋 copy color: '#D940FA'

red 217 ◦ green 64 ◦ blue 250

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

Shades of Free Speech Magenta #D940FA

Tints of Free Speech Magenta #D940FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 40.87%
G = 12.05%
B = 47.08%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D940FA (or 0xD940FA) is known color: Free Speech Magenta. HEX triplet: D9, 40 and FA. RGB value is (217,64,250). Sum of RGB (Red+Green+Blue) = 217+64+250=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #D940FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D940FA is #26BF05. Grayscale: #828282. Windows color (decimal): -2539270 or 16400601. OLE color: 16400601.

HSL color Cylindrical-coordinate representation of color #D940FA: hue angle of 289.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D940FA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 64 250 -
CMYK 0.13 0.74 0 0.02
HSL 289.35º 0.95% 0.62% -
HSV(B) 289.35º 0.74% 0.98% -
XYZ 47.7 25.32 92.82 -
YUV 130.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 217 64 250 0.13 0.74 0 0.02 289.35 0.95 0.62
Hex D9 40 FA D 4A 0 2 121 5F 3E
Octal 331 100 372 15 112 0 2 441 137 76
Binary 11011001 1000000 11111010 1101 1001010 0 10 100100001 1011111 111110

Color Harmonies of #D940FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D940FA

Black with #D940FA

Text Example


Text Example

White with #D940FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D940FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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