Html Css Color HEX #D85EDD Free Speech Magenta

📋 copy color: '#D85EDD'

red 216 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #D85EDD

Tints of Free Speech Magenta #D85EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 40.68%
G = 17.7%
B = 41.62%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D85EDD (or 0xD85EDD) is known color: Free Speech Magenta. HEX triplet: D8, 5E and DD. RGB value is (216,94,221). Sum of RGB (Red+Green+Blue) = 216+94+221=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D85EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EDD is #27A122. Grayscale: #909090. Windows color (decimal): -2597155 or 14507736. OLE color: 14507736.

HSL color Cylindrical-coordinate representation of color #D85EDD: hue angle of 297.64º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85EDD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 94 221 -
CMYK 0.02 0.57 0 0.13
HSL 297.64º 0.65% 0.62% -
HSV(B) 297.64º 0.57% 0.87% -
XYZ 45.37 27.82 71.39 -
YUV 144.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 216 94 221 0.02 0.57 0 0.13 297.64 0.65 0.62
Hex D8 5E DD 2 39 0 D 12A 41 3E
Octal 330 136 335 2 71 0 15 452 101 76
Binary 11011000 1011110 11011101 10 111001 0 1101 100101010 1000001 111110

Color Harmonies of #D85EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EDD

Black with #D85EDD

Text Example


Text Example

White with #D85EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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