Html Css Color HEX #DD47D1 Free Speech Magenta

📋 copy color: '#DD47D1'

red 221 ◦ green 71 ◦ blue 209

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

Shades of Free Speech Magenta #DD47D1

Tints of Free Speech Magenta #DD47D1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.17%

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

R = 44.11%
G = 14.17%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD47D1 (or 0xDD47D1) is known color: Free Speech Magenta. HEX triplet: DD, 47 and D1. RGB value is (221,71,209). Sum of RGB (Red+Green+Blue) = 221+71+209=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47D1 is #22B82E. Grayscale: #838383. Windows color (decimal): -2275375 or 13715421. OLE color: 13715421.

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

Color convert

RGB 221 71 209 -
CMYK 0 0.68 0.05 0.13
HSL 304.8º 0.69% 0.57% -
HSV(B) 304.8º 0.68% 0.87% -
XYZ 43.58 24.48 62.75 -
YUV 131.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 221 71 209 0 0.68 0.05 0.13 304.8 0.69 0.57
Hex DD 47 D1 0 44 5 D 131 45 39
Octal 335 107 321 0 104 5 15 461 105 71
Binary 11011101 1000111 11010001 0 1000100 101 1101 100110001 1000101 111001

Color Harmonies of #DD47D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47D1

Black with #DD47D1

Text Example


Text Example

White with #DD47D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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