Html Css Color HEX #D85AD8 Free Speech Magenta

📋 copy color: '#D85AD8'

red 216 ◦ green 90 ◦ blue 216

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

Shades of Free Speech Magenta #D85AD8

Tints of Free Speech Magenta #D85AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 41.38%
G = 17.24%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D85AD8 (or 0xD85AD8) is known color: Free Speech Magenta. HEX triplet: D8, 5A and D8. RGB value is (216,90,216). Sum of RGB (Red+Green+Blue) = 216+90+216=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D85AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AD8 is #27A527. Grayscale: #8D8D8D. Windows color (decimal): -2598184 or 14179032. OLE color: 14179032.

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

Color convert

RGB 216 90 216 -
CMYK 0 0.58 0 0.15
HSL 300º 0.62% 0.6% -
HSV(B) 300º 0.58% 0.85% -
XYZ 44.37 26.87 67.81 -
YUV 142.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 216 90 216 0 0.58 0 0.15 300 0.62 0.6
Hex D8 5A D8 0 3A 0 F 12C 3E 3C
Octal 330 132 330 0 72 0 17 454 76 74
Binary 11011000 1011010 11011000 0 111010 0 1111 100101100 111110 111100

Color Harmonies of #D85AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AD8

Black with #D85AD8

Text Example


Text Example

White with #D85AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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