Html Css Color HEX #DD5ADA Free Speech Magenta

📋 copy color: '#DD5ADA'

red 221 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #DD5ADA

Tints of Free Speech Magenta #DD5ADA

RGB

 RED value IS 221 (86.72% from 255) = 41.78%

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

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

R = 41.78%
G = 17.01%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD5ADA (or 0xDD5ADA) is known color: Free Speech Magenta. HEX triplet: DD, 5A and DA. RGB value is (221,90,218). Sum of RGB (Red+Green+Blue) = 221+90+218=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ADA is #22A525. Grayscale: #8F8F8F. Windows color (decimal): -2270502 or 14310109. OLE color: 14310109.

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

Color convert

RGB 221 90 218 -
CMYK 0 0.59 0.01 0.13
HSL 301.37º 0.66% 0.61% -
HSV(B) 301.37º 0.59% 0.87% -
XYZ 46.13 27.75 69.25 -
YUV 143.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 221 90 218 0 0.59 0.01 0.13 301.37 0.66 0.61
Hex DD 5A DA 0 3B 1 D 12D 42 3D
Octal 335 132 332 0 73 1 15 455 102 75
Binary 11011101 1011010 11011010 0 111011 1 1101 100101101 1000010 111101

Color Harmonies of #DD5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ADA

Black with #DD5ADA

Text Example


Text Example

White with #DD5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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