Html Css Color HEX #DD44D1 Free Speech Magenta

📋 copy color: '#DD44D1'

red 221 ◦ green 68 ◦ blue 209

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

Shades of Free Speech Magenta #DD44D1

Tints of Free Speech Magenta #DD44D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 44.38%
G = 13.65%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD44D1 (or 0xDD44D1) is known color: Free Speech Magenta. HEX triplet: DD, 44 and D1. RGB value is (221,68,209). Sum of RGB (Red+Green+Blue) = 221+68+209=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D1 is #22BB2E. Grayscale: #818181. Windows color (decimal): -2276143 or 13714653. OLE color: 13714653.

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

Color convert

RGB 221 68 209 -
CMYK 0 0.69 0.05 0.13
HSL 304.71º 0.69% 0.57% -
HSV(B) 304.71º 0.69% 0.87% -
XYZ 43.39 24.11 62.69 -
YUV 129.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 221 68 209 0 0.69 0.05 0.13 304.71 0.69 0.57
Hex DD 44 D1 0 45 5 D 131 45 39
Octal 335 104 321 0 105 5 15 461 105 71
Binary 11011101 1000100 11010001 0 1000101 101 1101 100110001 1000101 111001

Color Harmonies of #DD44D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44D1

Black with #DD44D1

Text Example


Text Example

White with #DD44D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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