Html Css Color HEX #DD44DD Free Speech Magenta

📋 copy color: '#DD44DD'

red 221 ◦ green 68 ◦ blue 221

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

Shades of Free Speech Magenta #DD44DD

Tints of Free Speech Magenta #DD44DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.33%

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

R = 43.33%
G = 13.33%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD44DD (or 0xDD44DD) is known color: Free Speech Magenta. HEX triplet: DD, 44 and DD. RGB value is (221,68,221). Sum of RGB (Red+Green+Blue) = 221+68+221=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44DD is #22BB22. Grayscale: #828282. Windows color (decimal): -2276131 or 14501085. OLE color: 14501085.

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

Color convert

RGB 221 68 221 -
CMYK 0 0.69 0 0.13
HSL 300º 0.69% 0.57% -
HSV(B) 300º 0.69% 0.87% -
XYZ 44.94 24.73 70.81 -
YUV 131.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 221 68 221 0 0.69 0 0.13 300 0.69 0.57
Hex DD 44 DD 0 45 0 D 12C 45 39
Octal 335 104 335 0 105 0 15 454 105 71
Binary 11011101 1000100 11011101 0 1000101 0 1101 100101100 1000101 111001

Color Harmonies of #DD44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44DD

Black with #DD44DD

Text Example


Text Example

White with #DD44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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