Html Css Color HEX #D85EDA Free Speech Magenta

📋 copy color: '#D85EDA'

red 216 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #D85EDA

Tints of Free Speech Magenta #D85EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.8%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 40.91%
G = 17.8%
B = 41.29%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D85EDA (or 0xD85EDA) is known color: Free Speech Magenta. HEX triplet: D8, 5E and DA. RGB value is (216,94,218). Sum of RGB (Red+Green+Blue) = 216+94+218=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D85EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EDA is #27A125. Grayscale: #909090. Windows color (decimal): -2597158 or 14311128. OLE color: 14311128.

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

Color convert

RGB 216 94 218 -
CMYK 0.01 0.57 0 0.15
HSL 299.03º 0.63% 0.61% -
HSV(B) 299.03º 0.57% 0.85% -
XYZ 44.98 27.67 69.3 -
YUV 144.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 216 94 218 0.01 0.57 0 0.15 299.03 0.63 0.61
Hex D8 5E DA 1 39 0 F 12B 3F 3D
Octal 330 136 332 1 71 0 17 453 77 75
Binary 11011000 1011110 11011010 1 111001 0 1111 100101011 111111 111101

Color Harmonies of #D85EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EDA

Black with #D85EDA

Text Example


Text Example

White with #D85EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EDA; }

 p { color: rgb(216,94,218); }

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

background-color css

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

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

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

border-color css

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

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

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