Html Css Color HEX #D85AD4 Free Speech Magenta

📋 copy color: '#D85AD4'

red 216 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #D85AD4

Tints of Free Speech Magenta #D85AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 41.7%
G = 17.37%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D85AD4 (or 0xD85AD4) is known color: Free Speech Magenta. HEX triplet: D8, 5A and D4. RGB value is (216,90,212). Sum of RGB (Red+Green+Blue) = 216+90+212=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AD4 is #27A52B. Grayscale: #8D8D8D. Windows color (decimal): -2598188 or 13916888. OLE color: 13916888.

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

Color convert

RGB 216 90 212 -
CMYK 0 0.58 0.02 0.15
HSL 301.9º 0.62% 0.6% -
HSV(B) 301.9º 0.58% 0.85% -
XYZ 43.86 26.66 65.12 -
YUV 141.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 216 90 212 0 0.58 0.02 0.15 301.9 0.62 0.6
Hex D8 5A D4 0 3A 2 F 12E 3E 3C
Octal 330 132 324 0 72 2 17 456 76 74
Binary 11011000 1011010 11010100 0 111010 10 1111 100101110 111110 111100

Color Harmonies of #D85AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AD4

Black with #D85AD4

Text Example


Text Example

White with #D85AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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