Html Css Color HEX #DD47C2 Free Speech Magenta

📋 copy color: '#DD47C2'

red 221 ◦ green 71 ◦ blue 194

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

Shades of Free Speech Magenta #DD47C2

Tints of Free Speech Magenta #DD47C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 45.47%
G = 14.61%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD47C2 (or 0xDD47C2) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C2. RGB value is (221,71,194). Sum of RGB (Red+Green+Blue) = 221+71+194=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C2 is #22B83D. Grayscale: #818181. Windows color (decimal): -2275390 or 12732381. OLE color: 12732381.

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

Color convert

RGB 221 71 194 -
CMYK 0 0.68 0.12 0.13
HSL 310.8º 0.69% 0.57% -
HSV(B) 310.8º 0.68% 0.87% -
XYZ 41.81 23.77 53.42 -
YUV 129.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 221 71 194 0 0.68 0.12 0.13 310.8 0.69 0.57
Hex DD 47 C2 0 44 C D 137 45 39
Octal 335 107 302 0 104 14 15 467 105 71
Binary 11011101 1000111 11000010 0 1000100 1100 1101 100110111 1000101 111001

Color Harmonies of #DD47C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47C2

Black with #DD47C2

Text Example


Text Example

White with #DD47C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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