Html Css Color HEX #D95ADE Free Speech Magenta

📋 copy color: '#D95ADE'

red 217 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #D95ADE

Tints of Free Speech Magenta #D95ADE

RGB

 RED value IS 217 (85.16% from 255) = 41.02%

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 41.02%
G = 17.01%
B = 41.97%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D95ADE (or 0xD95ADE) is known color: Free Speech Magenta. HEX triplet: D9, 5A and DE. RGB value is (217,90,222). Sum of RGB (Red+Green+Blue) = 217+90+222=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #D95ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ADE is #26A521. Grayscale: #8E8E8E. Windows color (decimal): -2532642 or 14572249. OLE color: 14572249.

HSL color Cylindrical-coordinate representation of color #D95ADE: hue angle of 297.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95ADE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 90 222 -
CMYK 0.02 0.59 0 0.13
HSL 297.73º 0.67% 0.61% -
HSV(B) 297.73º 0.59% 0.87% -
XYZ 45.46 27.34 71.99 -
YUV 143.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 217 90 222 0.02 0.59 0 0.13 297.73 0.67 0.61
Hex D9 5A DE 2 3B 0 D 12A 43 3D
Octal 331 132 336 2 73 0 15 452 103 75
Binary 11011001 1011010 11011110 10 111011 0 1101 100101010 1000011 111101

Color Harmonies of #D95ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ADE

Black with #D95ADE

Text Example


Text Example

White with #D95ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ADE; }

 p { color: rgb(217,90,222); }

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

background-color css

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

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

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

border-color css

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

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

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