Html Css Color HEX #D55ADA Free Speech Magenta

📋 copy color: '#D55ADA'

red 213 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #D55ADA

Tints of Free Speech Magenta #D55ADA

RGB

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

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

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

R = 40.88%
G = 17.27%
B = 41.84%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D55ADA (or 0xD55ADA) is known color: Free Speech Magenta. HEX triplet: D5, 5A and DA. RGB value is (213,90,218). Sum of RGB (Red+Green+Blue) = 213+90+218=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #D55ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ADA is #2AA525. Grayscale: #8C8C8C. Windows color (decimal): -2794790 or 14310101. OLE color: 14310101.

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

Color convert

RGB 213 90 218 -
CMYK 0.02 0.59 0 0.15
HSL 297.66º 0.63% 0.6% -
HSV(B) 297.66º 0.59% 0.85% -
XYZ 43.75 26.52 69.14 -
YUV 141.37 171.25 179.09 -
System Red Green Blue C M Y K H S L
Decimal 213 90 218 0.02 0.59 0 0.15 297.66 0.63 0.6
Hex D5 5A DA 2 3B 0 F 12A 3F 3C
Octal 325 132 332 2 73 0 17 452 77 74
Binary 11010101 1011010 11011010 10 111011 0 1111 100101010 111111 111100

Color Harmonies of #D55ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ADA

Black with #D55ADA

Text Example


Text Example

White with #D55ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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