Html Css Color HEX #D85ADF Free Speech Magenta

📋 copy color: '#D85ADF'

red 216 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #D85ADF

Tints of Free Speech Magenta #D85ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 40.83%
G = 17.01%
B = 42.16%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D85ADF (or 0xD85ADF) is known color: Free Speech Magenta. HEX triplet: D8, 5A and DF. RGB value is (216,90,223). Sum of RGB (Red+Green+Blue) = 216+90+223=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D85ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ADF is #27A520. Grayscale: #8E8E8E. Windows color (decimal): -2598177 or 14637784. OLE color: 14637784.

HSL color Cylindrical-coordinate representation of color #D85ADF: hue angle of 296.84º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85ADF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 90 223 -
CMYK 0.03 0.60 0 0.13
HSL 296.84º 0.68% 0.61% -
HSV(B) 296.84º 0.6% 0.87% -
XYZ 45.29 27.24 72.68 -
YUV 142.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 216 90 223 0.03 0.60 0 0.13 296.84 0.68 0.61
Hex D8 5A DF 3 3C 0 D 129 44 3D
Octal 330 132 337 3 74 0 15 451 104 75
Binary 11011000 1011010 11011111 11 111100 0 1101 100101001 1000100 111101

Color Harmonies of #D85ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ADF

Black with #D85ADF

Text Example


Text Example

White with #D85ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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