Html Css Color HEX #D855E7 Free Speech Magenta

📋 copy color: '#D855E7'

red 216 ◦ green 85 ◦ blue 231

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

Shades of Free Speech Magenta #D855E7

Tints of Free Speech Magenta #D855E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 40.6%
G = 15.98%
B = 43.42%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D855E7 (or 0xD855E7) is known color: Free Speech Magenta. HEX triplet: D8, 55 and E7. RGB value is (216,85,231). Sum of RGB (Red+Green+Blue) = 216+85+231=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #D855E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855E7 is #27AA18. Grayscale: #8C8C8C. Windows color (decimal): -2599449 or 15160792. OLE color: 15160792.

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

Color convert

RGB 216 85 231 -
CMYK 0.06 0.63 0 0.09
HSL 293.84º 0.75% 0.62% -
HSV(B) 293.84º 0.63% 0.91% -
XYZ 45.99 26.87 78.36 -
YUV 140.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 216 85 231 0.06 0.63 0 0.09 293.84 0.75 0.62
Hex D8 55 E7 6 3F 0 9 126 4B 3E
Octal 330 125 347 6 77 0 11 446 113 76
Binary 11011000 1010101 11100111 110 111111 0 1001 100100110 1001011 111110

Color Harmonies of #D855E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855E7

Black with #D855E7

Text Example


Text Example

White with #D855E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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