Html Css Color HEX #DD47D5 Free Speech Magenta

📋 copy color: '#DD47D5'

red 221 ◦ green 71 ◦ blue 213

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

Shades of Free Speech Magenta #DD47D5

Tints of Free Speech Magenta #DD47D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 43.76%
G = 14.06%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD47D5 (or 0xDD47D5) is known color: Free Speech Magenta. HEX triplet: DD, 47 and D5. RGB value is (221,71,213). Sum of RGB (Red+Green+Blue) = 221+71+213=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47D5 is #22B82A. Grayscale: #838383. Windows color (decimal): -2275371 or 13977565. OLE color: 13977565.

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

Color convert

RGB 221 71 213 -
CMYK 0 0.68 0.04 0.13
HSL 303.2º 0.69% 0.57% -
HSV(B) 303.2º 0.68% 0.87% -
XYZ 44.08 24.68 65.39 -
YUV 132.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 221 71 213 0 0.68 0.04 0.13 303.2 0.69 0.57
Hex DD 47 D5 0 44 4 D 12F 45 39
Octal 335 107 325 0 104 4 15 457 105 71
Binary 11011101 1000111 11010101 0 1000100 100 1101 100101111 1000101 111001

Color Harmonies of #DD47D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47D5

Black with #DD47D5

Text Example


Text Example

White with #DD47D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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