Html Css Color HEX #DD47D6 Free Speech Magenta

📋 copy color: '#DD47D6'

red 221 ◦ green 71 ◦ blue 214

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

Shades of Free Speech Magenta #DD47D6

Tints of Free Speech Magenta #DD47D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 43.68%
G = 14.03%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD47D6 (or 0xDD47D6) is known color: Free Speech Magenta. HEX triplet: DD, 47 and D6. RGB value is (221,71,214). Sum of RGB (Red+Green+Blue) = 221+71+214=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47D6 is #22B829. Grayscale: #838383. Windows color (decimal): -2275370 or 14043101. OLE color: 14043101.

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

Color convert

RGB 221 71 214 -
CMYK 0 0.68 0.03 0.13
HSL 302.8º 0.69% 0.57% -
HSV(B) 302.8º 0.68% 0.87% -
XYZ 44.21 24.73 66.06 -
YUV 132.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 221 71 214 0 0.68 0.03 0.13 302.8 0.69 0.57
Hex DD 47 D6 0 44 3 D 12F 45 39
Octal 335 107 326 0 104 3 15 457 105 71
Binary 11011101 1000111 11010110 0 1000100 11 1101 100101111 1000101 111001

Color Harmonies of #DD47D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47D6

Black with #DD47D6

Text Example


Text Example

White with #DD47D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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