Html Css Color HEX #DD5DD8 Free Speech Magenta

📋 copy color: '#DD5DD8'

red 221 ◦ green 93 ◦ blue 216

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

Shades of Free Speech Magenta #DD5DD8

Tints of Free Speech Magenta #DD5DD8

RGB

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

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

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

R = 41.7%
G = 17.55%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD5DD8 (or 0xDD5DD8) is known color: Free Speech Magenta. HEX triplet: DD, 5D and D8. RGB value is (221,93,216). Sum of RGB (Red+Green+Blue) = 221+93+216=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DD8 is #22A227. Grayscale: #909090. Windows color (decimal): -2269736 or 14179805. OLE color: 14179805.

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

Color convert

RGB 221 93 216 -
CMYK 0 0.58 0.02 0.13
HSL 302.34º 0.65% 0.62% -
HSV(B) 302.34º 0.58% 0.87% -
XYZ 46.13 28.16 67.97 -
YUV 145.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 221 93 216 0 0.58 0.02 0.13 302.34 0.65 0.62
Hex DD 5D D8 0 3A 2 D 12E 41 3E
Octal 335 135 330 0 72 2 15 456 101 76
Binary 11011101 1011101 11011000 0 111010 10 1101 100101110 1000001 111110

Color Harmonies of #DD5DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DD8

Black with #DD5DD8

Text Example


Text Example

White with #DD5DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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