Html Css Color HEX #DD5DCD Free Speech Magenta

📋 copy color: '#DD5DCD'

red 221 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #DD5DCD

Tints of Free Speech Magenta #DD5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 42.58%
G = 17.92%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD5DCD (or 0xDD5DCD) is known color: Free Speech Magenta. HEX triplet: DD, 5D and CD. RGB value is (221,93,205). Sum of RGB (Red+Green+Blue) = 221+93+205=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DCD is #22A232. Grayscale: #8F8F8F. Windows color (decimal): -2269747 or 13458909. OLE color: 13458909.

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

Color convert

RGB 221 93 205 -
CMYK 0 0.58 0.07 0.13
HSL 307.5º 0.65% 0.62% -
HSV(B) 307.5º 0.58% 0.87% -
XYZ 44.75 27.61 60.73 -
YUV 144.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 221 93 205 0 0.58 0.07 0.13 307.5 0.65 0.62
Hex DD 5D CD 0 3A 7 D 134 41 3E
Octal 335 135 315 0 72 7 15 464 101 76
Binary 11011101 1011101 11001101 0 111010 111 1101 100110100 1000001 111110

Color Harmonies of #DD5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DCD

Black with #DD5DCD

Text Example


Text Example

White with #DD5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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