Html Css Color HEX #D855EF Free Speech Magenta

📋 copy color: '#D855EF'

red 216 ◦ green 85 ◦ blue 239

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

Shades of Free Speech Magenta #D855EF

Tints of Free Speech Magenta #D855EF

RGB

 RED value IS 216 (84.77% from 255) = 40%

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

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

R = 40%
G = 15.74%
B = 44.26%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D855EF (or 0xD855EF) is known color: Free Speech Magenta. HEX triplet: D8, 55 and EF. RGB value is (216,85,239). Sum of RGB (Red+Green+Blue) = 216+85+239=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #D855EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855EF is #27AA10. Grayscale: #8D8D8D. Windows color (decimal): -2599441 or 15685080. OLE color: 15685080.

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

Color convert

RGB 216 85 239 -
CMYK 0.10 0.64 0 0.06
HSL 291.04º 0.83% 0.64% -
HSV(B) 291.04º 0.64% 0.94% -
XYZ 47.15 27.33 84.45 -
YUV 141.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 216 85 239 0.10 0.64 0 0.06 291.04 0.83 0.64
Hex D8 55 EF A 40 0 6 123 53 40
Octal 330 125 357 12 100 0 6 443 123 100
Binary 11011000 1010101 11101111 1010 1000000 0 110 100100011 1010011 1000000

Color Harmonies of #D855EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855EF

Black with #D855EF

Text Example


Text Example

White with #D855EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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