Html Css Color HEX #DD47C5 Free Speech Magenta

📋 copy color: '#DD47C5'

red 221 ◦ green 71 ◦ blue 197

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

Shades of Free Speech Magenta #DD47C5

Tints of Free Speech Magenta #DD47C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 45.19%
G = 14.52%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD47C5 (or 0xDD47C5) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C5. RGB value is (221,71,197). Sum of RGB (Red+Green+Blue) = 221+71+197=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C5 is #22B83A. Grayscale: #818181. Windows color (decimal): -2275387 or 12928989. OLE color: 12928989.

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

Color convert

RGB 221 71 197 -
CMYK 0 0.68 0.11 0.13
HSL 309.6º 0.69% 0.57% -
HSV(B) 309.6º 0.68% 0.87% -
XYZ 42.15 23.91 55.22 -
YUV 130.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 221 71 197 0 0.68 0.11 0.13 309.6 0.69 0.57
Hex DD 47 C5 0 44 B D 136 45 39
Octal 335 107 305 0 104 13 15 466 105 71
Binary 11011101 1000111 11000101 0 1000100 1011 1101 100110110 1000101 111001

Color Harmonies of #DD47C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47C5

Black with #DD47C5

Text Example


Text Example

White with #DD47C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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