Html Css Color HEX #DD5ADD Free Speech Magenta

📋 copy color: '#DD5ADD'

red 221 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #DD5ADD

Tints of Free Speech Magenta #DD5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 41.54%
G = 16.92%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD5ADD (or 0xDD5ADD) is known color: Free Speech Magenta. HEX triplet: DD, 5A and DD. RGB value is (221,90,221). Sum of RGB (Red+Green+Blue) = 221+90+221=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ADD is #22A522. Grayscale: #8F8F8F. Windows color (decimal): -2270499 or 14506717. OLE color: 14506717.

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

Color convert

RGB 221 90 221 -
CMYK 0 0.59 0 0.13
HSL 300º 0.66% 0.61% -
HSV(B) 300º 0.59% 0.87% -
XYZ 46.53 27.9 71.34 -
YUV 144.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 221 90 221 0 0.59 0 0.13 300 0.66 0.61
Hex DD 5A DD 0 3B 0 D 12C 42 3D
Octal 335 132 335 0 73 0 15 454 102 75
Binary 11011101 1011010 11011101 0 111011 0 1101 100101100 1000010 111101

Color Harmonies of #DD5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ADD

Black with #DD5ADD

Text Example


Text Example

White with #DD5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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