Html Css Color HEX #DD5DD2 Free Speech Magenta

📋 copy color: '#DD5DD2'

red 221 ◦ green 93 ◦ blue 210

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

Shades of Free Speech Magenta #DD5DD2

Tints of Free Speech Magenta #DD5DD2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.75%

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

R = 42.18%
G = 17.75%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD5DD2 (or 0xDD5DD2) is known color: Free Speech Magenta. HEX triplet: DD, 5D and D2. RGB value is (221,93,210). Sum of RGB (Red+Green+Blue) = 221+93+210=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DD2 is #22A22D. Grayscale: #909090. Windows color (decimal): -2269742 or 13786589. OLE color: 13786589.

HSL color Cylindrical-coordinate representation of color #DD5DD2: hue angle of 305.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DD2 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 210 -
CMYK 0 0.58 0.05 0.13
HSL 305.16º 0.65% 0.62% -
HSV(B) 305.16º 0.58% 0.87% -
XYZ 45.37 27.85 63.96 -
YUV 144.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 221 93 210 0 0.58 0.05 0.13 305.16 0.65 0.62
Hex DD 5D D2 0 3A 5 D 131 41 3E
Octal 335 135 322 0 72 5 15 461 101 76
Binary 11011101 1011101 11010010 0 111010 101 1101 100110001 1000001 111110

Color Harmonies of #DD5DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DD2

Black with #DD5DD2

Text Example


Text Example

White with #DD5DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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