Html Css Color HEX #D950F1 Free Speech Magenta

📋 copy color: '#D950F1'

red 217 ◦ green 80 ◦ blue 241

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

Shades of Free Speech Magenta #D950F1

Tints of Free Speech Magenta #D950F1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.87%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 40.33%
G = 14.87%
B = 44.8%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D950F1 (or 0xD950F1) is known color: Free Speech Magenta. HEX triplet: D9, 50 and F1. RGB value is (217,80,241). Sum of RGB (Red+Green+Blue) = 217+80+241=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #D950F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950F1 is #26AF0E. Grayscale: #8A8A8A. Windows color (decimal): -2535183 or 15814873. OLE color: 15814873.

HSL color Cylindrical-coordinate representation of color #D950F1: hue angle of 291.06º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D950F1 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 80 241 -
CMYK 0.10 0.67 0 0.05
HSL 291.06º 0.85% 0.63% -
HSV(B) 291.06º 0.67% 0.95% -
XYZ 47.36 26.84 85.9 -
YUV 139.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 217 80 241 0.10 0.67 0 0.05 291.06 0.85 0.63
Hex D9 50 F1 A 43 0 5 123 55 3F
Octal 331 120 361 12 103 0 5 443 125 77
Binary 11011001 1010000 11110001 1010 1000011 0 101 100100011 1010101 111111

Color Harmonies of #D950F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950F1

Black with #D950F1

Text Example


Text Example

White with #D950F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950F1; }

 p { color: rgb(217,80,241); }

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

background-color css

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

 a { background-color: rgb(217,80,241); }

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

border-color css

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

 span { border-color: rgb(217,80,241); }

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