Html Css Color HEX #D85AED Free Speech Magenta

📋 copy color: '#D85AED'

red 216 ◦ green 90 ◦ blue 237

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

Shades of Free Speech Magenta #D85AED

Tints of Free Speech Magenta #D85AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 39.78%
G = 16.57%
B = 43.65%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D85AED (or 0xD85AED) is known color: Free Speech Magenta. HEX triplet: D8, 5A and ED. RGB value is (216,90,237). Sum of RGB (Red+Green+Blue) = 216+90+237=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #D85AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AED is #27A512. Grayscale: #8F8F8F. Windows color (decimal): -2598163 or 15555288. OLE color: 15555288.

HSL color Cylindrical-coordinate representation of color #D85AED: hue angle of 291.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85AED is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 90 237 -
CMYK 0.09 0.62 0 0.07
HSL 291.43º 0.8% 0.64% -
HSV(B) 291.43º 0.62% 0.93% -
XYZ 47.26 28.03 83.04 -
YUV 144.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 216 90 237 0.09 0.62 0 0.07 291.43 0.8 0.64
Hex D8 5A ED 9 3E 0 7 123 50 40
Octal 330 132 355 11 76 0 7 443 120 100
Binary 11011000 1011010 11101101 1001 111110 0 111 100100011 1010000 1000000

Color Harmonies of #D85AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AED

Black with #D85AED

Text Example


Text Example

White with #D85AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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