Html Css Color HEX #D955EF Free Speech Magenta

📋 copy color: '#D955EF'

red 217 ◦ green 85 ◦ blue 239

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

Shades of Free Speech Magenta #D955EF

Tints of Free Speech Magenta #D955EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.71%

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

R = 40.11%
G = 15.71%
B = 44.18%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D955EF (or 0xD955EF) is known color: Free Speech Magenta. HEX triplet: D9, 55 and EF. RGB value is (217,85,239). Sum of RGB (Red+Green+Blue) = 217+85+239=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #D955EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955EF is #26AA10. Grayscale: #8D8D8D. Windows color (decimal): -2533905 or 15685081. OLE color: 15685081.

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

Color convert

RGB 217 85 239 -
CMYK 0.09 0.64 0 0.06
HSL 291.43º 0.83% 0.64% -
HSV(B) 291.43º 0.64% 0.94% -
XYZ 47.44 27.48 84.47 -
YUV 142.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 217 85 239 0.09 0.64 0 0.06 291.43 0.83 0.64
Hex D9 55 EF 9 40 0 6 123 53 40
Octal 331 125 357 11 100 0 6 443 123 100
Binary 11011001 1010101 11101111 1001 1000000 0 110 100100011 1010011 1000000

Color Harmonies of #D955EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955EF

Black with #D955EF

Text Example


Text Example

White with #D955EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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