Html Css Color HEX #D85AD5 Free Speech Magenta

📋 copy color: '#D85AD5'

red 216 ◦ green 90 ◦ blue 213

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

Shades of Free Speech Magenta #D85AD5

Tints of Free Speech Magenta #D85AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.34%

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

R = 41.62%
G = 17.34%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D85AD5 (or 0xD85AD5) is known color: Free Speech Magenta. HEX triplet: D8, 5A and D5. RGB value is (216,90,213). Sum of RGB (Red+Green+Blue) = 216+90+213=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AD5 is #27A52A. Grayscale: #8D8D8D. Windows color (decimal): -2598187 or 13982424. OLE color: 13982424.

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

Color convert

RGB 216 90 213 -
CMYK 0 0.58 0.01 0.15
HSL 301.43º 0.62% 0.6% -
HSV(B) 301.43º 0.58% 0.85% -
XYZ 43.99 26.72 65.79 -
YUV 141.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 216 90 213 0 0.58 0.01 0.15 301.43 0.62 0.6
Hex D8 5A D5 0 3A 1 F 12D 3E 3C
Octal 330 132 325 0 72 1 17 455 76 74
Binary 11011000 1011010 11010101 0 111010 1 1111 100101101 111110 111100

Color Harmonies of #D85AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AD5

Black with #D85AD5

Text Example


Text Example

White with #D85AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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