Html Css Color HEX #D855ED Free Speech Magenta

📋 copy color: '#D855ED'

red 216 ◦ green 85 ◦ blue 237

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

Shades of Free Speech Magenta #D855ED

Tints of Free Speech Magenta #D855ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 40.15%
G = 15.8%
B = 44.05%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D855ED (or 0xD855ED) is known color: Free Speech Magenta. HEX triplet: D8, 55 and ED. RGB value is (216,85,237). Sum of RGB (Red+Green+Blue) = 216+85+237=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #D855ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855ED is #27AA12. Grayscale: #8D8D8D. Windows color (decimal): -2599443 or 15554008. OLE color: 15554008.

HSL color Cylindrical-coordinate representation of color #D855ED: hue angle of 291.71º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D855ED is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 85 237 -
CMYK 0.09 0.64 0 0.07
HSL 291.71º 0.81% 0.63% -
HSV(B) 291.71º 0.64% 0.93% -
XYZ 46.85 27.21 82.9 -
YUV 141.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 216 85 237 0.09 0.64 0 0.07 291.71 0.81 0.63
Hex D8 55 ED 9 40 0 7 124 51 3F
Octal 330 125 355 11 100 0 7 444 121 77
Binary 11011000 1010101 11101101 1001 1000000 0 111 100100100 1010001 111111

Color Harmonies of #D855ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855ED

Black with #D855ED

Text Example


Text Example

White with #D855ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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