Html Css Color HEX #DD5DDD Free Speech Magenta

📋 copy color: '#DD5DDD'

red 221 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #DD5DDD

Tints of Free Speech Magenta #DD5DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 41.31%
G = 17.38%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD5DDD (or 0xDD5DDD) is known color: Free Speech Magenta. HEX triplet: DD, 5D and DD. RGB value is (221,93,221). Sum of RGB (Red+Green+Blue) = 221+93+221=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DDD is #22A222. Grayscale: #919191. Windows color (decimal): -2269731 or 14507485. OLE color: 14507485.

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

Color convert

RGB 221 93 221 -
CMYK 0 0.58 0 0.13
HSL 300º 0.65% 0.62% -
HSV(B) 300º 0.58% 0.87% -
XYZ 46.78 28.42 71.43 -
YUV 145.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 221 93 221 0 0.58 0 0.13 300 0.65 0.62
Hex DD 5D DD 0 3A 0 D 12C 41 3E
Octal 335 135 335 0 72 0 15 454 101 76
Binary 11011101 1011101 11011101 0 111010 0 1101 100101100 1000001 111110

Color Harmonies of #DD5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DDD

Black with #DD5DDD

Text Example


Text Example

White with #DD5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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