Html Css Color HEX #DD47DC Free Speech Magenta

📋 copy color: '#DD47DC'

red 221 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Magenta #DD47DC

Tints of Free Speech Magenta #DD47DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 43.16%
G = 13.87%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD47DC (or 0xDD47DC) is known color: Free Speech Magenta. HEX triplet: DD, 47 and DC. RGB value is (221,71,220). Sum of RGB (Red+Green+Blue) = 221+71+220=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47DC is #22B823. Grayscale: #848484. Windows color (decimal): -2275364 or 14436317. OLE color: 14436317.

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

Color convert

RGB 221 71 220 -
CMYK 0 0.68 0.00 0.13
HSL 300.4º 0.69% 0.57% -
HSV(B) 300.4º 0.68% 0.87% -
XYZ 44.99 25.05 70.17 -
YUV 132.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 221 71 220 0 0.68 0.00 0.13 300.4 0.69 0.57
Hex DD 47 DC 0 44 0 D 12C 45 39
Octal 335 107 334 0 104 0 15 454 105 71
Binary 11011101 1000111 11011100 0 1000100 0 1101 100101100 1000101 111001

Color Harmonies of #DD47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47DC

Black with #DD47DC

Text Example


Text Example

White with #DD47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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