Html Css Color HEX #DD5AD8 Free Speech Magenta

📋 copy color: '#DD5AD8'

red 221 ◦ green 90 ◦ blue 216

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

Shades of Free Speech Magenta #DD5AD8

Tints of Free Speech Magenta #DD5AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 41.94%
G = 17.08%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD5AD8 (or 0xDD5AD8) is known color: Free Speech Magenta. HEX triplet: DD, 5A and D8. RGB value is (221,90,216). Sum of RGB (Red+Green+Blue) = 221+90+216=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AD8 is #22A527. Grayscale: #8F8F8F. Windows color (decimal): -2270504 or 14179037. OLE color: 14179037.

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

Color convert

RGB 221 90 216 -
CMYK 0 0.59 0.02 0.13
HSL 302.29º 0.66% 0.61% -
HSV(B) 302.29º 0.59% 0.87% -
XYZ 45.87 27.64 67.88 -
YUV 143.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 221 90 216 0 0.59 0.02 0.13 302.29 0.66 0.61
Hex DD 5A D8 0 3B 2 D 12E 42 3D
Octal 335 132 330 0 73 2 15 456 102 75
Binary 11011101 1011010 11011000 0 111011 10 1101 100101110 1000010 111101

Color Harmonies of #DD5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AD8

Black with #DD5AD8

Text Example


Text Example

White with #DD5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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