Html Css Color HEX #D55ADE Free Speech Magenta

📋 copy color: '#D55ADE'

red 213 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #D55ADE

Tints of Free Speech Magenta #D55ADE

RGB

 RED value IS 213 (83.59% from 255) = 40.57%

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

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

R = 40.57%
G = 17.14%
B = 42.29%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D55ADE (or 0xD55ADE) is known color: Free Speech Magenta. HEX triplet: D5, 5A and DE. RGB value is (213,90,222). Sum of RGB (Red+Green+Blue) = 213+90+222=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #D55ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ADE is #2AA521. Grayscale: #8D8D8D. Windows color (decimal): -2794786 or 14572245. OLE color: 14572245.

HSL color Cylindrical-coordinate representation of color #D55ADE: hue angle of 295.91º 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 #D55ADE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 90 222 -
CMYK 0.04 0.59 0 0.13
HSL 295.91º 0.67% 0.61% -
HSV(B) 295.91º 0.59% 0.87% -
XYZ 44.28 26.73 71.93 -
YUV 141.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 213 90 222 0.04 0.59 0 0.13 295.91 0.67 0.61
Hex D5 5A DE 4 3B 0 D 128 43 3D
Octal 325 132 336 4 73 0 15 450 103 75
Binary 11010101 1011010 11011110 100 111011 0 1101 100101000 1000011 111101

Color Harmonies of #D55ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ADE

Black with #D55ADE

Text Example


Text Example

White with #D55ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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