Html Css Color HEX #DD47C1 Free Speech Magenta

📋 copy color: '#DD47C1'

red 221 ◦ green 71 ◦ blue 193

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

Shades of Free Speech Magenta #DD47C1

Tints of Free Speech Magenta #DD47C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 45.57%
G = 14.64%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD47C1 (or 0xDD47C1) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C1. RGB value is (221,71,193). Sum of RGB (Red+Green+Blue) = 221+71+193=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C1 is #22B83E. Grayscale: #818181. Windows color (decimal): -2275391 or 12666845. OLE color: 12666845.

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

Color convert

RGB 221 71 193 -
CMYK 0 0.68 0.13 0.13
HSL 311.2º 0.69% 0.57% -
HSV(B) 311.2º 0.68% 0.87% -
XYZ 41.7 23.73 52.83 -
YUV 129.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 221 71 193 0 0.68 0.13 0.13 311.2 0.69 0.57
Hex DD 47 C1 0 44 D D 137 45 39
Octal 335 107 301 0 104 15 15 467 105 71
Binary 11011101 1000111 11000001 0 1000100 1101 1101 100110111 1000101 111001

Color Harmonies of #DD47C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47C1

Black with #DD47C1

Text Example


Text Example

White with #DD47C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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