Html Css Color HEX #DD5AD2 Free Speech Magenta

📋 copy color: '#DD5AD2'

red 221 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Magenta #DD5AD2

Tints of Free Speech Magenta #DD5AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 42.42%
G = 17.27%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD5AD2 (or 0xDD5AD2) is known color: Free Speech Magenta. HEX triplet: DD, 5A and D2. RGB value is (221,90,210). Sum of RGB (Red+Green+Blue) = 221+90+210=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AD2 is #22A52D. Grayscale: #8E8E8E. Windows color (decimal): -2270510 or 13785821. OLE color: 13785821.

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

Color convert

RGB 221 90 210 -
CMYK 0 0.59 0.05 0.13
HSL 305.04º 0.66% 0.61% -
HSV(B) 305.04º 0.59% 0.87% -
XYZ 45.11 27.34 63.87 -
YUV 142.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 221 90 210 0 0.59 0.05 0.13 305.04 0.66 0.61
Hex DD 5A D2 0 3B 5 D 131 42 3D
Octal 335 132 322 0 73 5 15 461 102 75
Binary 11011101 1011010 11010010 0 111011 101 1101 100110001 1000010 111101

Color Harmonies of #DD5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AD2

Black with #DD5AD2

Text Example


Text Example

White with #DD5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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