Html Css Color HEX #D85ED1 Free Speech Magenta

📋 copy color: '#D85ED1'

red 216 ◦ green 94 ◦ blue 209

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

Shades of Free Speech Magenta #D85ED1

Tints of Free Speech Magenta #D85ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 41.62%
G = 18.11%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D85ED1 (or 0xD85ED1) is known color: Free Speech Magenta. HEX triplet: D8, 5E and D1. RGB value is (216,94,209). Sum of RGB (Red+Green+Blue) = 216+94+209=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ED1 is #27A12E. Grayscale: #8F8F8F. Windows color (decimal): -2597167 or 13721304. OLE color: 13721304.

HSL color Cylindrical-coordinate representation of color #D85ED1: hue angle of 303.44º 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 #D85ED1 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 209 -
CMYK 0 0.56 0.03 0.15
HSL 303.44º 0.61% 0.61% -
HSV(B) 303.44º 0.56% 0.85% -
XYZ 43.83 27.21 63.26 -
YUV 143.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 216 94 209 0 0.56 0.03 0.15 303.44 0.61 0.61
Hex D8 5E D1 0 38 3 F 12F 3D 3D
Octal 330 136 321 0 70 3 17 457 75 75
Binary 11011000 1011110 11010001 0 111000 11 1111 100101111 111101 111101

Color Harmonies of #D85ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ED1

Black with #D85ED1

Text Example


Text Example

White with #D85ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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