Html Css Color HEX #D950EF Free Speech Magenta

📋 copy color: '#D950EF'

red 217 ◦ green 80 ◦ blue 239

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

Shades of Free Speech Magenta #D950EF

Tints of Free Speech Magenta #D950EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 40.49%
G = 14.93%
B = 44.59%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D950EF (or 0xD950EF) is known color: Free Speech Magenta. HEX triplet: D9, 50 and EF. RGB value is (217,80,239). Sum of RGB (Red+Green+Blue) = 217+80+239=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #D950EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950EF is #26AF10. Grayscale: #8A8A8A. Windows color (decimal): -2535185 or 15683801. OLE color: 15683801.

HSL color Cylindrical-coordinate representation of color #D950EF: hue angle of 291.7º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D950EF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 80 239 -
CMYK 0.09 0.67 0 0.06
HSL 291.7º 0.83% 0.63% -
HSV(B) 291.7º 0.67% 0.94% -
XYZ 47.06 26.72 84.34 -
YUV 139.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 217 80 239 0.09 0.67 0 0.06 291.7 0.83 0.63
Hex D9 50 EF 9 43 0 6 124 53 3F
Octal 331 120 357 11 103 0 6 444 123 77
Binary 11011001 1010000 11101111 1001 1000011 0 110 100100100 1010011 111111

Color Harmonies of #D950EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950EF

Black with #D950EF

Text Example


Text Example

White with #D950EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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