Html Css Color HEX #DD44D5 Free Speech Magenta

📋 copy color: '#DD44D5'

red 221 ◦ green 68 ◦ blue 213

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

Shades of Free Speech Magenta #DD44D5

Tints of Free Speech Magenta #DD44D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 44.02%
G = 13.55%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD44D5 (or 0xDD44D5) is known color: Free Speech Magenta. HEX triplet: DD, 44 and D5. RGB value is (221,68,213). Sum of RGB (Red+Green+Blue) = 221+68+213=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D5 is #22BB2A. Grayscale: #818181. Windows color (decimal): -2276139 or 13976797. OLE color: 13976797.

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

Color convert

RGB 221 68 213 -
CMYK 0 0.69 0.04 0.13
HSL 303.14º 0.69% 0.57% -
HSV(B) 303.14º 0.69% 0.87% -
XYZ 43.9 24.31 65.33 -
YUV 130.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 221 68 213 0 0.69 0.04 0.13 303.14 0.69 0.57
Hex DD 44 D5 0 45 4 D 12F 45 39
Octal 335 104 325 0 105 4 15 457 105 71
Binary 11011101 1000100 11010101 0 1000101 100 1101 100101111 1000101 111001

Color Harmonies of #DD44D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44D5

Black with #DD44D5

Text Example


Text Example

White with #DD44D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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