Html Css Color HEX #DD5DDC Free Speech Magenta

📋 copy color: '#DD5DDC'

red 221 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #DD5DDC

Tints of Free Speech Magenta #DD5DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 41.39%
G = 17.42%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5DDC (or 0xDD5DDC) is known color: Free Speech Magenta. HEX triplet: DD, 5D and DC. RGB value is (221,93,220). Sum of RGB (Red+Green+Blue) = 221+93+220=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DDC is #22A223. Grayscale: #919191. Windows color (decimal): -2269732 or 14441949. OLE color: 14441949.

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

Color convert

RGB 221 93 220 -
CMYK 0 0.58 0.00 0.13
HSL 300.47º 0.65% 0.62% -
HSV(B) 300.47º 0.58% 0.87% -
XYZ 46.65 28.37 70.73 -
YUV 145.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 221 93 220 0 0.58 0.00 0.13 300.47 0.65 0.62
Hex DD 5D DC 0 3A 0 D 12C 41 3E
Octal 335 135 334 0 72 0 15 454 101 76
Binary 11011101 1011101 11011100 0 111010 0 1101 100101100 1000001 111110

Color Harmonies of #DD5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DDC

Black with #DD5DDC

Text Example


Text Example

White with #DD5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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