Html Css Color HEX #D85ED5 Free Speech Magenta

📋 copy color: '#D85ED5'

red 216 ◦ green 94 ◦ blue 213

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

Shades of Free Speech Magenta #D85ED5

Tints of Free Speech Magenta #D85ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.97%

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 41.3%
G = 17.97%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D85ED5 (or 0xD85ED5) is known color: Free Speech Magenta. HEX triplet: D8, 5E and D5. RGB value is (216,94,213). Sum of RGB (Red+Green+Blue) = 216+94+213=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ED5 is #27A12A. Grayscale: #8F8F8F. Windows color (decimal): -2597163 or 13983448. OLE color: 13983448.

HSL color Cylindrical-coordinate representation of color #D85ED5: hue angle of 301.48º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85ED5 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 213 -
CMYK 0 0.56 0.01 0.15
HSL 301.48º 0.61% 0.61% -
HSV(B) 301.48º 0.56% 0.85% -
XYZ 44.33 27.41 65.9 -
YUV 144.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 216 94 213 0 0.56 0.01 0.15 301.48 0.61 0.61
Hex D8 5E D5 0 38 1 F 12D 3D 3D
Octal 330 136 325 0 70 1 17 455 75 75
Binary 11011000 1011110 11010101 0 111000 1 1111 100101101 111101 111101

Color Harmonies of #D85ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ED5

Black with #D85ED5

Text Example


Text Example

White with #D85ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ED5; }

 p { color: rgb(216,94,213); }

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

background-color css

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

 a { background-color: rgb(216,94,213); }

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

border-color css

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

 span { border-color: rgb(216,94,213); }

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