Html Css Color HEX #DD47C9 Free Speech Magenta

📋 copy color: '#DD47C9'

red 221 ◦ green 71 ◦ blue 201

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

Shades of Free Speech Magenta #DD47C9

Tints of Free Speech Magenta #DD47C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 44.83%
G = 14.4%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD47C9 (or 0xDD47C9) is known color: Free Speech Magenta. HEX triplet: DD, 47 and C9. RGB value is (221,71,201). Sum of RGB (Red+Green+Blue) = 221+71+201=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47C9 is #22B836. Grayscale: #828282. Windows color (decimal): -2275383 or 13191133. OLE color: 13191133.

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

Color convert

RGB 221 71 201 -
CMYK 0 0.68 0.09 0.13
HSL 308º 0.69% 0.57% -
HSV(B) 308º 0.68% 0.87% -
XYZ 42.61 24.1 57.66 -
YUV 130.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 221 71 201 0 0.68 0.09 0.13 308 0.69 0.57
Hex DD 47 C9 0 44 9 D 134 45 39
Octal 335 107 311 0 104 11 15 464 105 71
Binary 11011101 1000111 11001001 0 1000100 1001 1101 100110100 1000101 111001

Color Harmonies of #DD47C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47C9

Black with #DD47C9

Text Example


Text Example

White with #DD47C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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